Class PnPCoreAuthenticationCredentialsOptions
Defines a collection of credential settings for secure connections to the target resources
Inheritance
System.Object
PnPCoreAuthenticationCredentialsOptions
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationCredentialsOptions : object
Properties
Configurations
The credentials options
Declaration
public PnPCoreAuthenticationCredentialsConfigurationsOptions Configurations { get; }
Property Value
PnPCoreAuthenticationCredentialsConfigurationsOptions
|
DefaultConfiguration
Defines the name of the default configuration
Declaration
public string DefaultConfiguration { get; set; }
Property Value
System.String
|