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