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

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

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.

online docs

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

Deletes an existing Player Shared Secret Key. It may take up to 5 minutes for this delete to be reflected after this API returns.

online docs

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

Returns all Player Shared Secret Keys including disabled and expired.

online docs

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

Gets the requested policy.

online docs

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.

online docs

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

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.

online docs

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

Changes a policy for a title

online docs