mirror of https://github.com/abpframework/abp.git
2 changed files with 12 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||
namespace Volo.Abp.Swashbuckle; |
|||
|
|||
public static class AbpSwaggerOidcFlows |
|||
{ |
|||
public const string AuthorizationCode = "authorization_code"; |
|||
public const string Implicit = "implicit"; |
|||
public const string Password = "password"; |
|||
public const string ClientCredentials = "client_credentials"; |
|||
} |
|||
Loading…
Reference in new issue