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

Request to get the account information.

Attributes

  • delegatedProjectNumber (type: String.t, default: nil) - GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
  • email (type: list(String.t), default: nil) - The list of emails of the users to inquiry.
  • idToken (type: String.t, default: nil) - The GITKit token of the authenticated user.
  • localId (type: list(String.t), default: nil) - The list of local ID's of the users to inquiry.
  • phoneNumber (type: list(String.t), default: nil) - Privileged caller can query users by specified phone number.

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.IdentitytoolkitRelyingpartyGetAccountInfoRequest{
    delegatedProjectNumber: String.t(),
    email: [String.t()],
    idToken: String.t(),
    localId: [String.t()],
    phoneNumber: [String.t()]
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.