View Source GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySignOutUserRequest (google_api_identity_toolkit v0.7.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.