> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiWebAuthenticationOptions

> XGameUiWebAuthenticationOptions

# XGameUiWebAuthenticationOptions

Web 認証フローを表示するためのオプションを列挙します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
enum class XGameUiWebAuthenticationOptions : uint32_t
{
    None = 0x00,
    PreferFullscreen = 0x01
};
```

<a id="constantsSection" />

## 定数

| 定数               | 説明                         |
| ---------------- | -------------------------- |
| None             | 認証フローを通常のダイアログ ボックスで表示します。 |
| PreferFullscreen | 認証フローをフル スクリーンを使用して表示します。  |

<a id="remarksSection" />

## 解説

[XGameUiShowWebAuthenticationWithOptionsAsync](/reference/system/xgameui/functions/xgameuishowwebauthenticationwithoptionsasync) 関数はこの列挙型を使用します。

<Note>PC ではフル スクリーンはサポートされていないため、`XGameUiShowWebAuthenticationWithOptionsAsync` を呼び出す際に `PreferFullscreen` は無視されます。</Note>

`XGameUiShowWebAuthenticationWithOptionsAsync` への呼び出しの結果を取得するには、[XGameUiShowWebAuthenticationResultSize](/reference/system/xgameui/functions/xgameuishowwebauthenticationresultsize) を呼び出します。次に、[XGameUiShowWebAuthenticationResult](/reference/system/xgameui/functions/xgameuishowwebauthenticationresult) を呼び出します。

<a id="requirementsSection" />

## 要件

**ヘッダー:** XGameUI.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

[XGameUI](/reference/system/xgameui/xgameui_members)


## Related topics

- [XGameUiShowWebAuthenticationWithOptionsAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowwebauthenticationwithoptionsasync.md)
- [XGameUI](/ja-jp/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowWebAuthenticationAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowwebauthenticationasync.md)
- [XGameUiWebAuthenticationResultData](/ja-jp/reference/system/xgameui/structs/xgameuiwebauthenticationresultdata.md)
- [XGameUiShowWebAuthenticationResult](/ja-jp/reference/system/xgameui/functions/xgameuishowwebauthenticationresult.md)
