Class PnPCoreAuthenticationSiteOptions
Options for configuring a single site in PnP Core SDK
Inheritance
System.Object
PnPCoreAuthenticationSiteOptions
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationSiteOptions : object
Properties
AuthenticationProviderName
The Authentication Provider name
Declaration
public string AuthenticationProviderName { get; set; }
Property Value
System.String
|