Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.4 KB

File metadata and controls

40 lines (22 loc) · 1.4 KB
-api-id M:Windows.ApplicationModel.Store.Preview.WebAuthenticationCoreManagerHelper.RequestTokenWithUIElementHostingAsync(Windows.Security.Authentication.Web.Core.WebTokenRequest,Windows.Security.Credentials.WebAccount,Windows.UI.Xaml.UIElement)
-api-type winrt method

Windows.ApplicationModel.Store.Preview.WebAuthenticationCoreManagerHelper.RequestTokenWithUIElementHostingAsync

-description

Requests an authentication token for the specified account using the specified custom UI.

-parameters

-param request

An object that represents the request to an online identity provider for an authentication token.

-param webAccount

An object that identifies the account for which to request the authentication token.

-param uiElement

The custom UI that is shown to the user to retrieve information needed for the authentication token (such as a user ID or password).

-returns

An asynchronous operation that, on successful completion, returns a WebTokenRequestResult object that represents the results of the web token request.

-remarks

-see-also

-examples