playfab_ex v0.2.0 PlayfabEx.Server.Default.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
@link https://api.playfab.com/documentation/server/method/AuthenticateSessionTicket
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.
@link https://api.playfab.com/documentation/server/method/SetPlayerSecret