Search Results for

    Show / Hide Table of Contents

    Class PnPCoreAuthenticationBaseOptions

    Options for the DeviceCodeAuthenticationProvider

    Inheritance
    System.Object
    PnPCoreAuthenticationBaseOptions
    PnPCoreAuthenticationCredentialManagerOptions
    PnPCoreAuthenticationDeviceCodeOptions
    PnPCoreAuthenticationInteractiveOptions
    PnPCoreAuthenticationOnBehalfOfOptions
    PnPCoreAuthenticationUsernamePasswordOptions
    PnPCoreAuthenticationX509CertificateOptions
    Namespace: PnP.Core.Auth.Services.Builder.Configuration
    Assembly: PnP.Core.Auth.dll
    Syntax
    public abstract class PnPCoreAuthenticationBaseOptions : object

    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