Search Results for

    Show / Hide Table of Contents

    Class PnPCoreAuthenticationUsernamePasswordOptions

    Options for the UsernamePasswordAuthenticationProvider

    Inheritance
    System.Object
    PnPCoreAuthenticationBaseOptions
    PnPCoreAuthenticationUsernamePasswordOptions
    Inherited Members
    PnPCoreAuthenticationBaseOptions.RedirectUri
    PnPCoreAuthenticationBaseOptions.AuthorityUri
    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer