Freigeben über


GrantType Klasse

Definition

Definiert Werte für GrantType.

public static class GrantType
type GrantType = class
Public Class GrantType
Vererbung
GrantType

Felder

AuthorizationCode

Autorisierungscode-Gewährungsflow, wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.1.

ClientCredentials

Ablauf zur Gewährung von Clientanmeldeinformationen wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.4.

Implicit

Impliziter Code grant-Flow wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.2.

ResourceOwnerPassword

Ablauf für die Kennwortzuweisung von Ressourcenbesitzern wie beschrieben https://tools.ietf.org/html/rfc6749#section-4.3.

Gilt für: