Share via


AuthFailure Class

Definition

A class that provides the failure object of an authorization request.

Note

This is null in case of a valid AuthResponse and available following failed authorization requests.

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

Properties

AdditionalParams

Additional parameters set by the authorization server in the response URI.

Error

Derived from the error parameter of the error response.

ErrorDescription

Derived from the error_description parameter of the error response.

ErrorUri

Derived from the error_uri parameter of the error response.

State

Derived from the "state" parameter of the error response.

Applies to