XboxGameBarWebAuthenticationBroker

This object helps ensure that Game Bar works properly while performing web authentication. Game Bar takes extra steps to properly take foreground over whatever app is running (such as to show a web view for users to enter their credentials), then give focus back to the associated process once the foreground work is complete.

Constructor

XboxGameBarWebAuthenticationBroker(XboxGameBarWidget widget);

Properties

None

Methods

Windows.Foundation.IAsyncOperation<XboxGameBarWebAuthenticationResult> AuthenticateAsync(XboxGameBarWebAuthenticationOptions options, Windows.Foundation.Uri requestUri, Windows.Foundation.Uri callbackUri);

Starts the asynchronous authentication operation with the given inputs.