playfab_ex v0.2.2 PlayfabEx.Server.Authentication

Link to this section Summary

Functions

Validated a client’s session ticket, and if successful, returns details for that user

Sets the player’s secret if it is not already set. Player secrets are used to sign API requests. To reset a player’s secret use the Admin or Server API method SetPlayerSecret

Link to this section Functions

Link to this function authenticate_session_ticket(params)
authenticate_session_ticket(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Validated a client’s session ticket, and if successful, returns details for that user

online docs

Link to this function set_player_secret(params)
set_player_secret(map()) :: {:ok, map()} | {:error, String.t()}

Sets the player’s secret if it is not already set. Player secrets are used to sign API requests. To reset a player’s secret use the Admin or Server API method SetPlayerSecret.

online docs