WebProviderTokenResponse
WebProviderTokenResponse
WebProviderTokenResponse
WebProviderTokenResponse
Class
Definition
Represents a web provider token response.
public : sealed class WebProviderTokenResponse : IWebProviderTokenResponsepublic sealed class WebProviderTokenResponse : IWebProviderTokenResponsePublic NotInheritable Class WebProviderTokenResponse Implements IWebProviderTokenResponse// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
WebProviderTokenResponse(WebTokenResponse) WebProviderTokenResponse(WebTokenResponse) WebProviderTokenResponse(WebTokenResponse) WebProviderTokenResponse(WebTokenResponse)
Creates a new instance of the WebProviderTokenResponse class.
public : WebProviderTokenResponse(WebTokenResponse webTokenResponse)public WebProviderTokenResponse(WebTokenResponse webTokenResponse)Public Sub New(webTokenResponse As WebTokenResponse)// You can use this method in JavaScript.
Parameters
- webTokenResponse
- WebTokenResponse WebTokenResponse WebTokenResponse WebTokenResponse
The web token response from the client.
Properties
ClientResponse ClientResponse ClientResponse ClientResponse
Gets the response from the provider to the client.
public : WebTokenResponse ClientResponse { get; }public WebTokenResponse ClientResponse { get; }Public ReadOnly Property ClientResponse As WebTokenResponse// You can use this property in JavaScript.
The response from the provider to the client.