Show / Hide Table of Contents

Class AbpSwaggerOidcFlows

Inheritance
object
AbpSwaggerOidcFlows
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Swashbuckle
Assembly: Volo.Abp.Swashbuckle.dll
Syntax
public static class AbpSwaggerOidcFlows

Fields

AuthorizationCode

Declaration
public const string AuthorizationCode = "authorization_code"
Field Value
Type Description
string

ClientCredentials

Declaration
public const string ClientCredentials = "client_credentials"
Field Value
Type Description
string

Implicit

Declaration
public const string Implicit = "implicit"
Field Value
Type Description
string

Password

Declaration
public const string Password = "password"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform