다음을 통해 공유


PFAuthenticationLoginWithSteamIdRequest

PFAuthenticationLoginWithSteamIdRequest 데이터 모델입니다. 사용자가 Steam ID로 처음으로 로그인하고 CreateAccount가 true로 설정된 경우 새 PlayFab 계정이 만들어지고 Steam 계정에 연결됩니다. 이 경우 이메일 또는 사용자 이름이 PlayFab 계정과 연결되지 않습니다. 그렇지 않으면 Steam 계정에 연결된 PlayFab 계정이 없으면 타이틀이 사용자에게 PlayFab 계정 생성을 안내할 수 있도록 이를 나타내는 오류가 반환됩니다. Steam 클라이언트 앱에 로그인하지 않은 Steam 사용자는 Steam 사용자 이름만 동기화되며, 클라이언트가 열려 있는 동안 로그인할 때까지 통화 및 국가와 같은 다른 데이터를 사용할 수 없습니다.

구문

typedef struct PFAuthenticationLoginWithSteamIdRequest {  
    bool createAccount;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFGetPlayerCombinedInfoRequestParams const* infoRequestParameters;  
    const char* steamId;  
} PFAuthenticationLoginWithSteamIdRequest;  

멤버

createAccount부울

현재 이 ID에 연결되어 있지 않은 경우 PlayFab 계정을 자동으로 만듭니다.

customTags PFStringDictionaryEntry const*
nullptr일 수 있음

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

customTagsCount uint32_t

customTags 수

infoRequestParameters PFGetPlayerCombinedInfoRequestParams const*
nullptr일 수 있음

(선택 사항) 사용자에 대해 반환할 정보 조각에 대한 플래그입니다.

steamId const char*
is null-terminated

사용자의 고유한 Steam 식별자입니다.

요구 사항

헤더: PFAuthenticationTypes.h

참고 항목

PFAuthenticationTypes 멤버