AuthRequestResult.Failure Property
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.
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.