Show / Hide Table of Contents

Constructor WebAuthenticatorResult

| Edit this page View Source

WebAuthenticatorResult(Uri)

Initializes a new instance of the WebAuthenticatorResult class.

Declaration
public WebAuthenticatorResult(Uri callbackUrl)
Parameters
Type Name Description
Uri callbackUrl

Callback url

| Edit this page View Source

WebAuthenticatorResult(Dictionary<string, string>)

Initializes a new instance of the WebAuthenticatorResult class.

Declaration
public WebAuthenticatorResult(Dictionary<string, string> values)
Parameters
Type Name Description
Dictionary<string, string> values

Values from the authentication callback url

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