Interface IAuthenticationProviderOptions
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
ClientId
The ClientId of the application to use for authentication
string ClientId { get; set; }
Property Value
TenantId
The Tenant ID for the application, can be "organizations" for multi-tenant applications
string TenantId { get; set; }