Class OAuthConfigOptions
Inheritance
OAuthConfigOptions
Assembly: Volo.Abp.Account.Pro.Public.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
ClientSecret
Declaration
public string ClientSecret { get; set; }
Property Value
GrantType
Declaration
public string GrantType { get; set; }
Property Value
PostLogoutRedirectUri
Declaration
public string PostLogoutRedirectUri { get; set; }
Property Value
RedirectUri
Declaration
public string RedirectUri { get; set; }
Property Value
Declaration
public bool RequireHttpsMetadata { get; set; }
Property Value
Scope
Declaration
public string Scope { get; set; }
Property Value
Extension Methods