PFAuthenticationEntityTokenResponse
PFAuthenticationEntityTokenResponse 데이터 모델입니다.
구문
typedef struct PFAuthenticationEntityTokenResponse {
PFEntityKey const* entity;
const char* entityToken;
time_t const* tokenExpiration;
} PFAuthenticationEntityTokenResponse;
멤버
entity
PFEntityKey const*
nullptr일 수 있음
(선택 사항) 엔터티 ID 및 형식입니다.
entityToken
const char*
is null-terminated
(선택 사항) 모든 엔터티 기반 API 호출에 대해 X-EntityToken을 설정하는 데 사용되는 토큰입니다.
tokenExpiration
time_t const*
nullptr일 수 있음
(선택 사항) 만료되는 토큰인 경우, 토큰이 만료되는 시간(UTC)입니다.
요구 사항
헤더: PFAuthenticationTypes.h