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