Table of Contents

Class PnPCoreAuthenticationOptions

Namespace
PnP.Core.Auth.Services.Builder.Configuration
Assembly
PnP.Core.Auth.dll

Options for configuring the PnP Core SDK Authentication Providers

public class PnPCoreAuthenticationOptions
Inheritance
PnPCoreAuthenticationOptions
Inherited Members

Properties

AzureADLoginAuthority

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

public string AzureADLoginAuthority { get; set; }

Property Value

string

Credentials

The credential options

public PnPCoreAuthenticationCredentialsOptions Credentials { get; set; }

Property Value

PnPCoreAuthenticationCredentialsOptions

Environment

The Microsoft 365 cloud environment that's used

public string Environment { get; set; }

Property Value

string

Sites

The sites options

public PnPCoreAuthenticationSitesOptions Sites { get; }

Property Value

PnPCoreAuthenticationSitesOptions