SetAccountInfoResponse

Response message for accounts.update

JSON representation
{
  "kind": string,
  "localId": string,
  "email": string,
  "displayName": string,
  "idToken": string,
  "providerUserInfo": [
    {
      object (ProviderUserInfo)
    }
  ],
  "newEmail": string,
  "photoUrl": string,
  "refreshToken": string,
  "expiresIn": string,
  "passwordHash": string,
  "emailVerified": boolean
}
Fields
kind
(deprecated)

string

localId

string

The ID of the authenticated user.

email
(deprecated)

string

The account's email address.

displayName
(deprecated)

string

The account's display name.

idToken

string

An Identity Platform ID token for the account. This is used for legacy user sign up.

providerUserInfo[]

object (ProviderUserInfo)

The linked Identity Providers on the account.

newEmail

string

The new email that has been set on the user's account attributes.

photoUrl
(deprecated)

string

The user's photo URL for the account's profile photo.

refreshToken

string

A refresh token for the account. This is used for legacy user sign up.

expiresIn

string (int64 format)

The number of seconds until the Identity Platform ID token expires.

passwordHash
(deprecated)

string

Deprecated. No actual password hash is currently returned.

emailVerified

boolean

Whether the account's email has been verified.