TokenRequestResult Class
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.
A class that provides the result of a token request.
public ref class TokenRequestResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Security.Authentication.OAuth.OAuthContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TokenRequestResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Security.Authentication.OAuth.OAuthContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TokenRequestResult
Public NotInheritable Class TokenRequestResult
- Inheritance
- Attributes
Properties
Failure |
The failure information for the token request. The value is non-null if the request failed, otherwise null. |
Response |
The response from the server. The value is non-null if the server's response indicates success, otherwise null. |
ResponseMessage |
The raw HTTP response message that was used to complete the request. |