Share via


TokenFailure Class

Definition

A class that provides the failure object of a token request.

public ref class TokenFailure sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Security.Authentication.OAuth.OAuthContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TokenFailure final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Security.Authentication.OAuth.OAuthContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TokenFailure
Public NotInheritable Class TokenFailure
Inheritance
Object Platform::Object IInspectable TokenFailure
Attributes

Properties

AdditionalParams

Provides additional parameters set by the authorization server in the response URI.

Error

Provides the error parameter of the error response.

ErrorCode

Provides the HTTP error code that was returned.

ErrorDescription

Provides the error_description parameter of the error response.

ErrorUri

Provides the error_uri parameter of the error response.

Kind

Specifies the kind of token failure.

Applies to