PFAuthenticationValidateEntityTokenResponse
PFAuthenticationValidateEntityTokenResponse 数据模型。
语法
typedef struct PFAuthenticationValidateEntityTokenResponse {
PFEntityKey const* entity;
PFAuthenticationIdentifiedDeviceType const* identifiedDeviceType;
PFLoginIdentityProvider const* identityProvider;
const char* identityProviderIssuedId;
PFEntityLineage const* lineage;
} PFAuthenticationValidateEntityTokenResponse;
成员
entity
PFEntityKey const*
可能是 nullptr
(可选) 实体 ID 和类型。
identifiedDeviceType
PFAuthenticationIdentifiedDeviceType const*
可能是 nullptr
(可选)此实体的身份验证设备,用于给定登录。
identityProvider
PFLoginIdentityProvi der const*
可能是 nullptr
(可选)此实体的身份提供者,用于给定登录。
identityProviderIssuedId
const char*
以 null 结尾
(可选)身份提供者颁发的 ID,如 Xbox Live 上的 XUID。
lineage
PFEntityLineage const*
可能是 nullptr
(可选)此配置文件的沿袭。
要求
标头:PFAuthenticationTypes.h