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