Class PnPCoreAuthenticationOptions
Options for configuring the PnP Core SDK Authentication Providers
Inheritance
System.Object
PnPCoreAuthenticationOptions
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationOptions : object
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
System.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
System.String
|
Sites
The sites options
Declaration
public PnPCoreAuthenticationSitesOptions Sites { get; }
Property Value
PnPCoreAuthenticationSitesOptions
|