次の方法で共有


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 PFLoginIdentityProvider const*
nullptr でもかまいません

(省略可能) 特定のログインに対する、このエンティティの ID プロバイダー。

identityProviderIssuedId const char*
が null で終わる

(省略可能) ID プロバイダーによって発行された ID (Xbox Live の XUID など)。

lineage PFEntityLineage const*
nullptr でもかまいません

(省略可能) このプロファイルの系列。

要件

ヘッダー: PFAuthenticationTypes.h

関連項目

PFAuthenticationTypes メンバー