你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthorizationProviderOAuth2GrantTypes interface

授权提供程序 oauth2 授予类型设置

属性

authorizationCode

OAuth2 授权代码授予参数

clientCredentials

OAuth2 客户端凭据授予参数

属性详细信息

authorizationCode

OAuth2 授权代码授予参数

authorizationCode?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

clientCredentials

OAuth2 客户端凭据授予参数

clientCredentials?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}