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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyCustomTokenRequest{
    delegatedProjectNumber: String.t() | nil,
    instanceId: String.t() | nil,
    returnSecureToken: boolean() | nil,
    token: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.