Share via


TokenRequestResult Class

Definition

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
Object Platform::Object IInspectable TokenRequestResult
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.

Applies to