WebProviderTokenRequest.ClientRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.