Search Results for

    Show / Hide Table of Contents

    Class PnPCoreAuthenticationBaseOptions

    Options for the DeviceCodeAuthenticationProvider

    Inheritance
    object
    PnPCoreAuthenticationBaseOptions
    PnPCoreAuthenticationCredentialManagerOptions
    PnPCoreAuthenticationDeviceCodeOptions
    PnPCoreAuthenticationInteractiveOptions
    PnPCoreAuthenticationOnBehalfOfOptions
    PnPCoreAuthenticationUsernamePasswordOptions
    PnPCoreAuthenticationX509CertificateOptions
    Inherited Members
    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 abstract class PnPCoreAuthenticationBaseOptions

    Properties

    AuthorityUri

    The Authority URI for the authentication flow

    Declaration
    public Uri AuthorityUri { get; set; }
    Property Value
    Uri

    RedirectUri

    The Redirect URI for the authentication flow

    Declaration
    public Uri RedirectUri { get; set; }
    Property Value
    Uri

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