Show / Hide Table of Contents

Class WebAuthenticatorResult

Web Authenticator result parsed from the callback Url.

Inheritance
object
WebAuthenticatorResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 access_token key.

ExpiresIn

The expiry date as calculated by the timestamp of when the result was created plus the value in seconds for the expires_in key.

IdToken

Gets the value for the id_token key.

Properties

The dictionary of key/value pairs parsed form the callback URI's querystring.

RefreshToken

Gets the value for the refresh_token key.

RefreshTokenExpiresIn

Gets the expiry date as calculated by the timestamp of when the result was created plus the value in seconds for the expires_in key.

See Also

WebAuthenticator
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX