PFAuthenticationLoginWithNintendoServiceAccountRequest
PFAuthenticationLoginWithNintendoServiceAccountRequest 数据模型。
语法
typedef struct PFAuthenticationLoginWithNintendoServiceAccountRequest {
bool createAccount;
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
const char* identityToken;
PFGetPlayerCombinedInfoRequestParams const* infoRequestParameters;
const char* playerSecret;
} PFAuthenticationLoginWithNintendoServiceAccountRequest;
成员
createAccount
布尔
如果当前未链接到此 ID,则自动创建 PlayFab 帐户。
customTags
PFStringDictionaryEntry const*
可能是 nullptr
(可选)与请求关联的可选自定义标记(例如内部版本号、外部跟踪标识符等)。
customTagsCount
uint32_t
customTag 计数
identityToken
const char*
以 null 结尾
登录后由 Nintendo 返回的 JSON Web 令牌 (JWT)。
infoRequestParameters
PFGetPlayerCombinedInfoRequestParams const*
可能是 nullptr
(可选)要为用户返回的信息片段的标志。
playerSecret
const char*
以 null 结尾
(可选)用于验证 API 请求签名的玩家密码(仅限企业)。
要求
标头:PFAuthenticationTypes.h