AuthorizationProviderOAuth2GrantTypes interface
授权提供程序 oauth2 授予类型设置
属性
| authorization |
OAuth2 授权代码授予参数 |
| client |
OAuth2 客户端凭据授予参数 |
属性详细信息
authorizationCode
OAuth2 授权代码授予参数
authorizationCode?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
clientCredentials
OAuth2 客户端凭据授予参数
clientCredentials?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}