次の方法で共有


PFAuthenticationAuthenticateCustomIdResult

PFAuthenticationAuthenticateCustomIdResult データ モデル。

構文

typedef struct PFAuthenticationAuthenticateCustomIdResult {  
    PFAuthenticationEntityTokenResponse const* entityToken;  
    bool newlyCreated;  
} PFAuthenticationAuthenticateCustomIdResult;  

メンバー

entityToken PFAuthenticationEntityTokenResponse const*
nullptr でもかまいません

(省略可能) game_server 呼び出しに X-EntityToken を設定するために使用されるトークン。

newlyCreated bool

このログインでアカウントが新しく作成された場合は True です。

要件

ヘッダー: PFAuthenticationTypes.h

関連項目

PFAuthenticationTypes メンバー