View Source GoogleApi.Games.V1.Model.UnlinkPersonaRequest (google_api_games v0.26.1)

Request to remove a Recall token linking PGS principal and an in-game account

Attributes

  • persona (type: String.t, default: nil) - Value of the 'persona' field as it was provided by the client in LinkPersona RPC
  • sessionId (type: String.t, default: nil) - Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.
  • token (type: String.t, default: nil) - Value of the Recall token as it was provided by the client in LinkPersona RPC

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.UnlinkPersonaRequest{
  persona: String.t() | nil,
  sessionId: String.t() | nil,
  token: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.