Search Results for

    Show / Hide Table of Contents

    Class PnPCoreAuthenticationUsernamePasswordOptions

    Options for the UsernamePasswordAuthenticationProvider

    Inheritance
    object
    PnPCoreAuthenticationBaseOptions
    PnPCoreAuthenticationUsernamePasswordOptions
    Inherited Members
    PnPCoreAuthenticationBaseOptions.RedirectUri
    PnPCoreAuthenticationBaseOptions.AuthorityUri
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    string

    Username

    The username for authentication

    Declaration
    public string Username { get; set; }
    Property Value
    string

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