Class PnPCoreAuthenticationOptions
Options for configuring the PnP Core SDK Authentication Providers
Inherited Members
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationOptions
Properties
AzureADLoginAuthority
Returns the Azure AD Login authority (e.g. login.microsoftonline.com) to use when Environment is set to Custom
Declaration
public string AzureADLoginAuthority { get; set; }
Property Value
| string |
Credentials
The credential options
Declaration
public PnPCoreAuthenticationCredentialsOptions Credentials { get; set; }
Property Value
| PnPCoreAuthenticationCredentialsOptions |
Environment
The Microsoft 365 cloud environment that's used
Declaration
public string Environment { get; set; }
Property Value
| string |
Sites
The sites options
Declaration
public PnPCoreAuthenticationSitesOptions Sites { get; }
Property Value
| PnPCoreAuthenticationSitesOptions |