你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GrantType type
定义 GrantType 的值。
KnownGrantType 可与 GrantType 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
authorizationCode:授权代码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.1。
隐式:隐式代码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.2。
resourceOwnerPassword:资源所有者密码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.3。
clientCredentials:客户端凭据授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.4。
type GrantType = string