WebAuthenticator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web navigation API intended to be used for Authentication with external web services such as OAuth.
public static class WebAuthenticator
- Inheritance
-
System.ObjectWebAuthenticator
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. |