다음을 통해 공유


XGameUiWebAuthenticationOptions

웹 인증 흐름을 발표하는 옵션을 열거합니다.

구문

enum class XGameUiWebAuthenticationOptions : uint32_t
{
    None = 0x00,
    PreferFullscreen = 0x01
};

상수

상수 설명
없음 일반 대화 상자에 인증 흐름을 표시합니다.
PreferFullscreen 전체 화면을 사용하여 인증 흐름을 표시합니다.

설명

XGameUiShowWebAuthenticationWithOptionsAsync 함수는 이 열거를 사용합니다.

참고 항목

PC에서 전체 화면이 지원되지 않습니다. 따라서 XGameUiShowWebAuthenticationWithOptionsAsync을(를) 호출할 때 PreferFullscreen이(가) 무시됩니다.

XGameUiShowWebAuthenticationResultSize를 호출하여 XGameUiShowWebAuthenticationWithOptionsAsync에 대한 호출 결과를 가져옵니다. 그런 다음 XGameUiShowWebAuthenticationResult를 호출합니다.

요건

헤더: XGameUI.h

지원되는 플랫폼: Windows, Xbox One 패밀리 콘솔 및 Xbox Series 콘솔

참고 항목

XGameUI