Class PnPCoreAuthenticationBaseOptions
Options for the DeviceCodeAuthenticationProvider
Inherited Members
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public abstract class PnPCoreAuthenticationBaseOptions
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 |