PFAuthenticationAuthenticateCustomIdRequest
PFAuthenticationAuthenticateCustomIdRequest 데이터 모델. game_server 엔터티 토큰을 만들거나 반환합니다. 호출자는 타이틀 엔터티여야 합니다.
구문
typedef struct PFAuthenticationAuthenticateCustomIdRequest {
const char* customId;
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
} PFAuthenticationAuthenticateCustomIdRequest;
멤버
customId
const char*
is null-terminated
game_server 엔터티 토큰을 만들고 검색하는 데 사용되는 customId입니다. 타이틀 수준에서 고유합니다. CustomId는 32~100자 사이여야 합니다.
customTags
PFStringDictionaryEntry const*
nullptr일 수 있음
(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).
customTagsCount
uint32_t
customTags 개수
요구 사항
헤더: PFAuthenticationTypes.h