Search Results for

    Show / Hide Table of Contents

    Class PnPCoreAuthenticationOptions

    Options for configuring the PnP Core SDK Authentication Providers

    Inheritance
    object
    PnPCoreAuthenticationOptions
    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 class PnPCoreAuthenticationOptions

    Properties

    AzureADLoginAuthority

    Returns the Azure AD Login authority (e.g. login.microsoftonline.com) to use when Environment is set to Custom

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

    Credentials

    The credential options

    Declaration
    public PnPCoreAuthenticationCredentialsOptions Credentials { get; set; }
    Property Value
    PnPCoreAuthenticationCredentialsOptions

    Environment

    The Microsoft 365 cloud environment that's used

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

    Sites

    The sites options

    Declaration
    public PnPCoreAuthenticationSitesOptions Sites { get; }
    Property Value
    PnPCoreAuthenticationSitesOptions

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