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

Oauth2ClientCredential interface

用于 Contoso 授权服务器的 OAuth2.0 凭据。 参考:https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/

属性

clientId

Contoso 授权服务器的 ClientId。

clientSecret

Contoso 授权服务器的客户端密码。

属性详细信息

clientId

Contoso 授权服务器的 ClientId。

clientId?: string

属性值

string

clientSecret

Contoso 授权服务器的客户端密码。

clientSecret?: string

属性值

string