Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1010 Bytes

webaccountmanager_clearviewasync_1588773133.md

File metadata and controls

29 lines (20 loc) · 1010 Bytes
-api-id -api-type
M:Windows.Security.Authentication.Web.Provider.WebAccountManager.ClearViewAsync(Windows.Security.Credentials.WebAccount,Windows.Foundation.Uri)
winrt method

Windows.Security.Authentication.Web.Provider.WebAccountManager.ClearViewAsync

-description

Clears the view for a web account.

-parameters

-param webAccount

The web account to clear the view for.

-param applicationCallbackUri

The callback Uri that indicates the completion of the operation. The broker matches this Uri against every Uri that it is about to navigate to. The broker never navigates to this Uri, instead the broker returns the control back to the application when the user clicks a link or a web server redirection is made.

-returns

This method does not return a value.

-remarks

-examples

-see-also