TokenFailure Class
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.
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
- Attributes
Properties
AdditionalParams |
Provides additional parameters set by the authorization server in the response URI. |
Error |
Provides the |
ErrorCode |
Provides the HTTP error code that was returned. |
ErrorDescription |
Provides the |
ErrorUri |
Provides the |
Kind |
Specifies the kind of token failure. |