AuthRequestResult.Failure Property

Definition

The failure information from a failed authorization request.

public:
 property AuthFailure ^ Failure { AuthFailure ^ get(); };
AuthFailure Failure();
public AuthFailure Failure { get; }
var authFailure = authRequestResult.failure;
Public ReadOnly Property Failure As AuthFailure

Property Value

An AuthFailure that represents the failure from the authorization request.

Remarks

The values is non-null if the server's response indicates failure, otherwise it's null.

Applies to