WebProviderTokenResponse.ClientResponse 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 response from the provider to the client.
public:
property WebTokenResponse ^ ClientResponse { WebTokenResponse ^ get(); };
WebTokenResponse ClientResponse();
public WebTokenResponse ClientResponse { get; }
var webTokenResponse = webProviderTokenResponse.clientResponse;
Public ReadOnly Property ClientResponse As WebTokenResponse
Property Value
The response from the provider to the client.