AuthRequestResult 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 result of an authorization request.
public ref class AuthRequestResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Security.Authentication.OAuth.OAuthContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AuthRequestResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Security.Authentication.OAuth.OAuthContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AuthRequestResult
Public NotInheritable Class AuthRequestResult
- Inheritance
- Attributes
Properties
Failure |
The failure information from a failed authorization request. |
Response |
The response from a successful authorization request. |
ResponseUri |
The raw Uri that was used to complete the request. |