Class AbpSwaggerOidcFlows
Inheritance
AbpSwaggerOidcFlows
Assembly: Volo.Abp.Swashbuckle.dll
Syntax
public static class AbpSwaggerOidcFlows
Fields
AuthorizationCode
Declaration
public const string AuthorizationCode = "authorization_code"
Field Value
ClientCredentials
Declaration
public const string ClientCredentials = "client_credentials"
Field Value
Implicit
Declaration
public const string Implicit = "implicit"
Field Value
Password
Declaration
public const string Password = "password"
Field Value