> ## 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

웹 인증 흐름을 표시하기 위한 옵션을 열거합니다.

<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](/ko/reference/system/xgameui/functions/xgameuishowwebauthenticationwithoptionsasync.md)
- [XGameUI](/ko/reference/system/xgameui/xgameui_members.md)
- [XGameUiShowWebAuthenticationAsync](/ko/reference/system/xgameui/functions/xgameuishowwebauthenticationasync.md)
- [XGameUiWebAuthenticationResultData](/ko/reference/system/xgameui/structs/xgameuiwebauthenticationresultdata.md)
- [XGameUiShowWebAuthenticationResult](/ko/reference/system/xgameui/functions/xgameuishowwebauthenticationresult.md)
