TokenRequestResult.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 for the token request. The value is non-null if the request failed, otherwise null.
public:
property TokenFailure ^ Failure { TokenFailure ^ get(); };
TokenFailure Failure();
public TokenFailure Failure { get; }
var tokenFailure = tokenRequestResult.failure;
Public ReadOnly Property Failure As TokenFailure
Property Value
A TokenFailure object that contains the information for a failed token request.