Partager via


GrantType Classe

Définition

Définit des valeurs pour GrantType.

public static class GrantType
type GrantType = class
Public Class GrantType
Héritage
GrantType

Champs

AuthorizationCode

Flux d’octroi de code d’autorisation comme décrit https://tools.ietf.org/html/rfc6749#section-4.1.

ClientCredentials

Flux d’octroi des informations d’identification du client comme décrit https://tools.ietf.org/html/rfc6749#section-4.4.

Implicit

Flux d’octroi de code implicite comme décrit https://tools.ietf.org/html/rfc6749#section-4.2.

ResourceOwnerPassword

Flux d’octroi du mot de passe du propriétaire de la ressource comme décrit https://tools.ietf.org/html/rfc6749#section-4.3.

S’applique à