PFAuthenticationEntityTokenResponse
PFAuthenticationEntityTokenResponse データ モデル。
構文
typedef struct PFAuthenticationEntityTokenResponse {
PFEntityKey const* entity;
const char* entityToken;
time_t const* tokenExpiration;
} PFAuthenticationEntityTokenResponse;
メンバー
entity
PFEntityKey const*
nullptr でもかまいません
(省略可能) エンティティ ID と型。
entityToken
const char*
が null で終わる
(省略可能) すべてのエンティティ ベースの API 呼び出しに X-EntityToken を設定するために使用されるトークン。
tokenExpiration
time_t 定数*
nullptr でもかまいません
(省略可能) 有効期限が切れるトークンの場合、トークンの有効期限が切れる時刻 (UTC)。
要件
ヘッダー: PFAuthenticationTypes.h