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

GrantType 类

定义

定义 GrantType 的值。

public static class GrantType
type GrantType = class
Public Class GrantType
继承
GrantType

字段

AuthorizationCode

授权代码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.1

ClientCredentials

客户端凭据授予流, https://tools.ietf.org/html/rfc6749#section-4.4如所述。

Implicit

隐式代码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.2

ResourceOwnerPassword

资源所有者密码授予流,如所述 https://tools.ietf.org/html/rfc6749#section-4.3

适用于