Delen via


OpenIdConnectGrantTypes Class

Definition

Defines grant types for token requests. See: https://datatracker.ietf.org/doc/html/rfc6749.

public static class OpenIdConnectGrantTypes
type OpenIdConnectGrantTypes = class
Public Class OpenIdConnectGrantTypes
Inheritance
OpenIdConnectGrantTypes

Fields

AuthorizationCode

Indicates the 'authorization_code' grant type. See: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.

Ciba

Indicates the 'ciba' grant type. See: https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html.

ClientCredentials

Indicates the 'client_credentials' grant type. See: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.

DeviceCode

Indicates the 'device_code' grant type. See: https://datatracker.ietf.org/doc/html/rfc8628.

JwtBearer

Indicates the 'jwt-bearer' grant type. See: https://datatracker.ietf.org/doc/html/rfc7523.

Password

Indicates the 'password' grant type. See: https://datatracker.ietf.org/doc/html/rfc6749#section-4.3.

RefreshToken

Indicates the 'refresh_token' grant type. See: https://datatracker.ietf.org/doc/html/rfc6749#section-6.

Saml2Bearer

Indicates the 'saml2-bearer' grant type. See: https://datatracker.ietf.org/doc/html/rfc7522.

TokenExchange

Indicates the 'token-exchange' grant type. See: https://datatracker.ietf.org/doc/html/rfc8693.

Applies to