Show / Hide Table of Contents

Class OAuthConfigOptions

Inheritance
object
OAuthConfigOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.OAuth
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
Type Description
string

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Declaration
public string ClientSecret { get; set; }
Property Value
Type Description
string

GrantType

Declaration
public string GrantType { get; set; }
Property Value
Type Description
string

RequireHttpsMetadata

Declaration
public bool RequireHttpsMetadata { get; set; }
Property Value
Type Description
bool

Scope

Declaration
public string Scope { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft