Response message for accounts.update
| JSON representation |
|---|
{ "kind": string, "localId": string, "email": string, "displayName": string, "idToken": string, "providerUserInfo": [ { object ( |
| Fields | |
|---|---|
kind |
|
localId |
The ID of the authenticated user. |
email |
The account's email address. |
displayName |
The account's display name. |
idToken |
An Identity Platform ID token for the account. This is used for legacy user sign up. |
providerUserInfo[] |
The linked Identity Providers on the account. |
newEmail |
The new email that has been set on the user's account attributes. |
photoUrl |
The user's photo URL for the account's profile photo. |
refreshToken |
A refresh token for the account. This is used for legacy user sign up. |
expiresIn |
The number of seconds until the Identity Platform ID token expires. |
passwordHash |
Deprecated. No actual password hash is currently returned. |
emailVerified |
Whether the account's email has been verified. |