Constructor WebAuthenticatorResult
| Edit this page View SourceWebAuthenticatorResult(Uri)
Initializes a new instance of the WebAuthenticatorResult class.
Declaration
public WebAuthenticatorResult(Uri callbackUrl)
Parameters
Type | Name | Description |
---|---|---|
Uri | callbackUrl | Callback url |
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 |