Class PnPCoreAuthenticationUsernamePasswordOptions
Options for the UsernamePasswordAuthenticationProvider
Inheritance
System.Object
PnPCoreAuthenticationUsernamePasswordOptions
Inherited Members
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationUsernamePasswordOptions : PnPCoreAuthenticationBaseOptions
Properties
Password
The password for authentication
Declaration
public string Password { get; set; }
Property Value
System.String
|
Username
The username for authentication
Declaration
public string Username { get; set; }
Property Value
System.String
|