Class PnPCoreAuthenticationUsernamePasswordOptions
Options for the UsernamePasswordAuthenticationProvider
public class PnPCoreAuthenticationUsernamePasswordOptions : PnPCoreAuthenticationBaseOptions
- Inheritance
-
PnPCoreAuthenticationUsernamePasswordOptions
- Inherited Members
Properties
Password
The password for authentication
public string Password { get; set; }
Property Value
Username
The username for authentication
public string Username { get; set; }