WebAuthenticator Class

Definition

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

public ref class WebAuthenticator abstract sealed
public static class WebAuthenticator
type WebAuthenticator = class
Public Class WebAuthenticator
Inheritance
WebAuthenticator

Remarks

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.

Properties

Default

Provides the default implementation for static usage of this API.

Methods

AuthenticateAsync(Uri, Uri)

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

AuthenticateAsync(WebAuthenticatorOptions)

Begin an authentication flow by navigating to the specified url and waiting for a callback/redirect to the callbackUrl scheme.The start url and callbackUrl are specified in the webAuthenticatorOptions.

Applies to