PFAuthenticationAuthenticateCustomIdResult
PFAuthenticationAuthenticateCustomIdResult データ モデル。
構文
typedef struct PFAuthenticationAuthenticateCustomIdResult {
PFAuthenticationEntityTokenResponse const* entityToken;
bool newlyCreated;
} PFAuthenticationAuthenticateCustomIdResult;
メンバー
entityToken
PFAuthenticationEntityTokenResponse const*
nullptr でもかまいません
(省略可能) game_server 呼び出しに X-EntityToken を設定するために使用されるトークン。
newlyCreated
bool
このログインでアカウントが新しく作成された場合は True です。
要件
ヘッダー: PFAuthenticationTypes.h