Class WebAuthenticatorResult
Web Authenticator result parsed from the callback Url.
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
[Obsolete("Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead.")]
public class WebAuthenticatorResult
Constructors
| Name | Description |
|---|---|
| WebAuthenticatorResult(Dictionary<string, string>) | Initializes a new instance of the WebAuthenticatorResult class. |
| WebAuthenticatorResult(Uri) | Initializes a new instance of the WebAuthenticatorResult class. |
Properties
| Name | Description |
|---|---|
| AccessToken | Gets the value for the |
| ExpiresIn | The expiry date as calculated by the timestamp of when the result was created plus the value in seconds for the |
| IdToken | Gets the value for the |
| Properties | The dictionary of key/value pairs parsed form the callback URI's querystring. |
| RefreshToken | Gets the value for the |
| RefreshTokenExpiresIn | Gets the expiry date as calculated by the timestamp of when the result was created plus the value in seconds for the |