WebAuthenticator Class

Definition

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

public static class WebAuthenticator
Inheritance
System.Object
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.

Methods

AuthenticateAsync(Uri, Uri)

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

Applies to