PFAuthenticationAuthenticateCustomIdResult

PFAuthenticationAuthenticateCustomIdResult 数据模型。

语法

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

成员

entityToken PFAuthenticationEntityTokenResponse const*
可能是 nullptr

(可选)生成的令牌,用于为 game_server 调用设置 X-EntityToken。

newlyCreated 布尔

如果帐户是在此身份验证上新建的,则为 True。

要求

标头:PFAuthenticationTypes.h

另请参阅

PFAuthenticationTypes 成员