Interface IAuthenticationProviderOptions
Basic interface for all the Authentication Provider configurations
Namespace: PnP.Core.Auth.Services
Assembly: PnP.Core.Auth.dll
Syntax
public interface IAuthenticationProviderOptions
Properties
AuthenticationProviderType
Defines the type of the IAuthenticationProvider to create
Declaration
Type AuthenticationProviderType { get; }
Property Value
Type
|
ClientId
The ClientId of the application to use for authentication
Declaration
string ClientId { get; set; }
Property Value
System.String
|
TenantId
The Tenant ID for the application, can be "organizations" for multi-tenant applications
Declaration
string TenantId { get; set; }
Property Value
System.String
|