Delen via


OpenIdConnectResponseType Class

Definition

Defines response types for OpenID Connect.

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

Remarks

Can be used to determine the message type in an OpenIdConnectMessage.

Fields

Code

Indicates the 'code' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth. For example: https://openid.net/specs/openid-connect-core-1_0.html#codeExample.

CodeIdToken

Indicates the 'code id_token' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For example: https://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample.

CodeIdTokenToken

Indicates the 'code id_token token' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For example: https://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample.

CodeToken

Indicates the 'code token' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For example: https://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample.

IdToken

Indicates the 'id_token' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For example: https://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample.

IdTokenToken

Indicates the 'id_token token' response type. See: https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth. For example: https://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample.

None

Defined in the OAuth v2 Multiple Response Types 1.0 spec for completeness. See: https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#OAuthResponseTypesReg.

Token

Defined in the OAuth 2.0 spec for completeness. See: https://datatracker.ietf.org/doc/html/rfc6749#section-11.3.2.

Applies to