Class AzureADB2CClientAuthenticationSettings
Inheritance
AzureADB2CClientAuthenticationSettings
Assembly: LemonEdge.Authentication.Core.dll
Syntax
public class AzureADB2CClientAuthenticationSettings
Constructors
AzureADB2CClientAuthenticationSettings()
Declaration
public AzureADB2CClientAuthenticationSettings()
Properties
ClientId
Declaration
public string? ClientId { get; set; }
Property Value
Host
Declaration
public string? Host { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
PolicySignUpSignIn
Declaration
public string? PolicySignUpSignIn { get; set; }
Property Value
RedirectUrl
Declaration
public string? RedirectUrl { get; set; }
Property Value
Scopes
Declaration
public string? Scopes { get; set; }
Property Value
Tenant
Declaration
public string? Tenant { get; set; }
Property Value
Extension Methods