Partager via


OpenIdConnectMessage.RequestType Property

Definition

Gets or set the request type for this message

public Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType RequestType { get; set; }
member this.RequestType : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType with get, set
Public Property RequestType As OpenIdConnectRequestType

Property Value

Remarks

This is helpful when sending different messages through a common routine, when extra parameters need to be set or checked.

Applies to