OpenIdConnectRequestType Enum

Definition

RequestTypes for OpenIdConnect.

public enum OpenIdConnectRequestType
type OpenIdConnectRequestType = 
Public Enum OpenIdConnectRequestType
Inheritance
OpenIdConnectRequestType

Fields

Authentication 0

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

Logout 1

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

Token 2

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

Remarks

Can be used to determine the message type by consumers of an OpenIdConnectMessage. For example: CreateAuthenticationRequestUrl() sets RequestType to Authentication.

Applies to