PFAuthenticationValidateEntityTokenRequest
PFAuthenticationValidateEntityTokenRequest 데이터 모델. 엔터티 토큰이 지정된 경우 만료되지 않았거나 해지되었는지 확인하고 소유자의 세부 정보를 반환합니다.
구문
typedef struct PFAuthenticationValidateEntityTokenRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
const char* entityToken;
} PFAuthenticationValidateEntityTokenRequest;
멤버
customTags
PFStringDictionaryEntry const*
nullptr일 수 있음
(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).
customTagsCount
uint32_t
customTags 개수
entityToken
const char*
is null-terminated
클라이언트 EntityToken.
요구 사항
헤더: PFAuthenticationTypes.h