Response message for accounts.update
JSON representation |
---|
{
"kind": string,
"localId": string,
"email": string,
"displayName": string,
"idToken": string,
"providerUserInfo": [
{
object ( |
Fields | |
---|---|
kind |
|
local |
The ID of the authenticated user. |
email |
The account's email address. |
displayName |
The account's display name. |
id |
An Identity Platform ID token for the account. This is used for legacy user sign up. |
provider |
The linked Identity Providers on the account. |
new |
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. |
refresh |
A refresh token for the account. This is used for legacy user sign up. |
expires |
The number of seconds until the Identity Platform ID token expires. |
passwordHash |
Deprecated. No actual password hash is currently returned. |
email |
Whether the account's email has been verified. |