Class PnPCoreAuthenticationBaseOptions
Options for the DeviceCodeAuthenticationProvider
public abstract class PnPCoreAuthenticationBaseOptions
- Inheritance
-
PnPCoreAuthenticationBaseOptions
- Derived
- Inherited Members
Properties
AuthorityUri
The Authority URI for the authentication flow
public Uri AuthorityUri { get; set; }
Property Value
RedirectUri
The Redirect URI for the authentication flow
public Uri RedirectUri { get; set; }