google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyDeleteAccountRequest View Source

Request to delete account.

Attributes

  • delegatedProjectNumber (type: String.t, default: nil) - GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
  • idToken (type: String.t, default: nil) - The GITKit token or STS id token of the authenticated user.
  • 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

Link to this type

t()

View Source
t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyDeleteAccountRequest{
    delegatedProjectNumber: String.t(),
    idToken: String.t(),
    localId: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.