GrantType type
Definiert Werte für GrantType.
KnownGrantType kann austauschbar mit GrantType verwendet werden. Diese Enumeration enthält die bekannten Werte, die der Dienst unterstützt.
Vom Dienst unterstützte bekannte Werte
authorizationCode: Autorisierungscode grant flow wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.1.
implizit: Impliziter Code grant-Flow wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.2beschrieben.
resourceOwnerPassword: Ablauf der Ressourcenbesitzer-Kennwortzuweisung wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.3.
clientCredentials: Clientanmeldeinformationen gewähren fluss wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.4.
type GrantType = string