google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySignOutUserRequest View Source

Request to sign out user.

Attributes

  • instanceId (type: String.t, default: nil) - Instance id token of the app.
  • localId (type: String.t, default: nil) - The local ID of the user.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySignOutUserRequest{
    instanceId: String.t(),
    localId: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.