Table of Contents

Class PnPCoreAuthenticationUsernamePasswordOptions

Namespace
PnP.Core.Auth.Services.Builder.Configuration
Assembly
PnP.Core.Auth.dll

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

string

Username

The username for authentication

public string Username { get; set; }

Property Value

string