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

Response of email signIn.

Attributes

  • email (type: String.t, default: nil) - The user's email.
  • expiresIn (type: String.t, default: nil) - Expiration time of STS id token in seconds.
  • idToken (type: String.t, default: nil) - The STS id token to login the newly signed in user.
  • isNewUser (type: boolean(), default: nil) - Whether the user is new.
  • kind (type: String.t, default: identitytoolkit#EmailLinkSigninResponse) - The fixed string "identitytoolkit#EmailLinkSigninResponse".
  • localId (type: String.t, default: nil) - The RP local ID of the user.
  • refreshToken (type: String.t, default: nil) - The refresh token for the signed in user.

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.EmailLinkSigninResponse{
  email: String.t(),
  expiresIn: String.t(),
  idToken: String.t(),
  isNewUser: boolean(),
  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.