View Source GoogleApi.IdentityToolkit.V3.Model.SignupNewUserResponse (google_api_identity_toolkit v0.8.0)

Response of signing up new user, creating anonymous user or anonymous user reauth.

Attributes

  • displayName (type: String.t, default: nil) - The name of the user.
  • email (type: String.t, default: nil) - The email of the user.
  • expiresIn (type: String.t, default: nil) - If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
  • idToken (type: String.t, default: nil) - The Gitkit id token to login the newly sign up user.
  • kind (type: String.t, default: identitytoolkit#SignupNewUserResponse) - The fixed string "identitytoolkit#SignupNewUserResponse".
  • localId (type: String.t, default: nil) - The RP local ID of the user.
  • refreshToken (type: String.t, default: nil) - If idToken is STS id token, then this field will be refresh token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.SignupNewUserResponse{
  displayName: String.t() | nil,
  email: String.t() | nil,
  expiresIn: String.t() | nil,
  idToken: String.t() | nil,
  kind: String.t() | nil,
  localId: String.t() | nil,
  refreshToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.