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

Request to verify a custom token

Attributes

  • delegatedProjectNumber (type: String.t, default: nil) - GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
  • instanceId (type: String.t, default: nil) - Instance id token of the app.
  • returnSecureToken (type: boolean(), default: nil) - Whether return sts id token and refresh token instead of gitkit token.
  • token (type: String.t, default: nil) - The custom token to verify

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.IdentitytoolkitRelyingpartyVerifyCustomTokenRequest{
    delegatedProjectNumber: String.t(),
    instanceId: String.t(),
    returnSecureToken: boolean(),
    token: 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.