playfab_ex v0.2.2 PlayfabEx.Admin.Authentication
Link to this section Summary
Functions
Creates a new Player Shared Secret Key. It may take up to 5 minutes for this key to become generally available after this API returns
Deletes an existing Player Shared Secret Key. It may take up to 5 minutes for this delete to be reflected after this API returns
Returns all Player Shared Secret Keys including disabled and expired
Gets the requested policy
Sets or resets the player’s secret. Player secrets are used to sign API requests
Updates a existing Player Shared Secret Key. It may take up to 5 minutes for this update to become generally available after this API returns
Changes a policy for a title
Link to this section Functions
Gets the requested policy.
Link to this function
set_player_secret(params)
set_player_secret(map()) :: {:ok, map()} | {:error, String.t()}
Sets or resets the player’s secret. Player secrets are used to sign API requests.
Link to this function
update_policy(params)
update_policy(map()) :: {:ok, map()} | {:error, String.t()}
Changes a policy for a title