Table of Contents

Interface IAuthenticationProviderOptions

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

Basic interface for all the Authentication Provider configurations

public interface IAuthenticationProviderOptions

Properties

AuthenticationProviderType

Defines the type of the IAuthenticationProvider to create

Type AuthenticationProviderType { get; }

Property Value

Type

ClientId

The ClientId of the application to use for authentication

string ClientId { get; set; }

Property Value

string

TenantId

The Tenant ID for the application, can be "organizations" for multi-tenant applications

string TenantId { get; set; }

Property Value

string