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

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.

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.SignupNewUserResponse{
  displayName: String.t(),
  email: String.t(),
  expiresIn: String.t(),
  idToken: String.t(),
  kind: String.t(),
  localId: String.t(),
  refreshToken: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.