Class OAuthConfigOptions
Inheritance
OAuthConfigOptions
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public class OAuthConfigOptions
Constructors
OAuthConfigOptions()
Declaration
public OAuthConfigOptions()
Properties
Authority
Declaration
public string Authority { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Declaration
public bool RequireHttpsMetadata { get; set; }
Property Value
Scope
Declaration
public string Scope { get; set; }
Property Value
Extension Methods