WebProviderTokenResponse.ClientResponse Property

Definition

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.

Applies to