Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enumerates options for presenting the web authentication flow.
Syntax
enum class XGameUiWebAuthenticationOptions : uint32_t
{
None = 0x00,
PreferFullscreen = 0x01
};
Constants
| Constant | Description |
|---|---|
| None | Show the authentication flow in a normal dialog box. |
| PreferFullscreen | Show the authentication flow by using the full screen. |
Remarks
The XGameUiShowWebAuthenticationWithOptionsAsync function uses this enumeration.
Note
On the PC, full screen is not supported, so PreferFullscreen is ignored when calling XGameUiShowWebAuthenticationWithOptionsAsync.
To get the results of a call to XGameUiShowWebAuthenticationWithOptionsAsync, call XGameUiShowWebAuthenticationResultSize. Then call XGameUiShowWebAuthenticationResult.
Requirements
Header: XGameUI.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles