OpenIdConnectResponseType Class

Definition

Response types for OpenIdConnect.

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

Remarks

Can be used to determine the message type by consumers of an OpenIdConnectMessage. For example: OpenIdConnectMessageTests.Publics() sets ResponseType to CodeIdToken.

Fields

Code

Indicates 'code' type see: http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth. For Example: http://openid.net/specs/openid-connect-core-1_0.html#codeExample.

CodeIdToken

Indicates 'code id_token' type see: http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For Example: http://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample.

CodeIdTokenToken

Indicates 'code id_token token' type see: http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For Example: http://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample.

CodeToken

Indicates 'code token' type see: http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For Example: http://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample.

IdToken

Indicates 'id_token' type see: http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest. For Example: http://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample.

IdTokenToken

Indicates 'id_token token' type see: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth. For Example: http://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample.

None

Defined in OAuth v2 multiple response types 1.0 spec, included for completion. See: http://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#OAuthResponseTypesReg.

Token

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

Applies to