Class PnPCoreAuthenticationBaseOptions
Options for the DeviceCodeAuthenticationProvider
Inheritance
System.Object
PnPCoreAuthenticationBaseOptions
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public abstract class PnPCoreAuthenticationBaseOptions : object
Properties
AuthorityUri
The Authority URI for the authentication flow
Declaration
public Uri AuthorityUri { get; set; }
Property Value
Uri
|
RedirectUri
The Redirect URI for the authentication flow
Declaration
public Uri RedirectUri { get; set; }
Property Value
Uri
|