Delen via


OpenIdConnectRequestType Enum

Definition

Defines request types for OpenID Connect.

public enum OpenIdConnectRequestType
type OpenIdConnectRequestType = 
Public Enum OpenIdConnectRequestType
Inheritance
OpenIdConnectRequestType

Fields

Authentication 0

Indicates an Authentication Request. See: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.

Logout 1

Indicates a Logout Request. See: https://openid.net/specs/openid-connect-frontchannel-1_0.html#RPLogout.

Token 2

Indicates a Token Request. See: https://openid.net/specs/openid-connect-core-1_0.html#TokenRequest.

Remarks

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

Applies to