game / pragma.gameinstance / GameInstanceService / verifyPlayerPartnerV1 /

verifyPlayerPartnerV1 #

suspend fun verifyPlayerPartnerV1(session: PartnerSession, request: GameInstanceRpc.VerifyPlayerPartnerV1Request): GameInstanceRpc.VerifyPlayerPartnerV1Response

Called by the game server to verify that connecting players are not misrepresenting their pragma identity.

Returns true when the player’s connection token is valid for the game instance.

PragmaResultErrors

  • PragmaError.GameInstanceService_UnknownGameInstanceId - If the game instance id is not found in the list of tracked game instances.
  • PragmaError.GameInstanceService_PlayerNotInGameInstance - If the player is not in the game instance specified.