Skip to main content

DeviceAuthenticator

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

A web navigation API intended to be used for Authentication with external web services such as OAuth.

public class DeviceAuthenticator

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.

Constructors

Instance memberDeviceAuthenticator()

Initializes a new instance of DeviceAuthenticator.

Methods

Instance memberAuthenticate(options)

Begin an authentication flow by navigating to the specified URL and waiting for a callback/redirect to the callback URL scheme.

ParameterTypeDescription
optionsWebAuthenticatorOptionsA WebAuthenticatorOptions instance containing additional configuration for this authentication call.

Returns: WebAuthenticatorResult. A WebAuthenticatorResult object with the results of this operation.