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*
が null で終わる
クライアント EntityToken。
要件
ヘッダー: PFAuthenticationTypes.h