WebProviderTokenRequest.ClientRequest Property

Definition

Gets the web token request made by the client.

public:
 property WebTokenRequest ^ ClientRequest { WebTokenRequest ^ get(); };
WebTokenRequest ClientRequest();
public WebTokenRequest ClientRequest { get; }
var webTokenRequest = webProviderTokenRequest.clientRequest;
Public ReadOnly Property ClientRequest As WebTokenRequest

Property Value

The web token request made by the client.

Applies to