DeviceAuthenticator

Wisej.Hybrid.DeviceAuthenticator

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.

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

Initializes a new instance of DeviceAuthenticator.

Methods

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

ParameterTypeDescription

options

A WebAuthenticatorOptions instance containing additional configuration for this authentication call.

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

Last updated