DeviceAuthenticator
Wisej.Hybrid.DeviceAuthenticator
Last updated
Wisej.Hybrid.DeviceAuthenticator
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
A web navigation API intended to be used for Authentication with external web services such as OAuth.
This API helps with navigating to a start URL and waiting for a callback URL to the app. Your app must be registered to handle the callback scheme you provide in the call to authenticate. Access this class through the Device singleton.
Initializes a new instance of DeviceAuthenticator.
Begin an authentication flow by navigating to the specified URL and waiting for a callback/redirect to the callback URL scheme.
Parameter | Type | Description |
---|---|---|
Returns: WebAuthenticatorResult. A WebAuthenticatorResult object with the results of this operation.
options
A WebAuthenticatorOptions instance containing additional configuration for this authentication call.