Class AzureADClientAuthenticationSettings
Inheritance
AzureADClientAuthenticationSettings
Assembly: LemonEdge.Authentication.Core.dll
Syntax
public class AzureADClientAuthenticationSettings
Constructors
AzureADClientAuthenticationSettings()
Declaration
public AzureADClientAuthenticationSettings()
Properties
ClientId
Declaration
public string? ClientId { get; set; }
Property Value
Instance
Declaration
public string? Instance { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
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