Response message for accounts.signUp.
JSON representation |
---|
{ "kind": string, "idToken": string, "displayName": string, "email": string, "refreshToken": string, "expiresIn": string, "localId": string } |
Fields | |
---|---|
kind |
|
id |
An Identity Platform ID token for the created user. This field is only set for non-admin requests. |
display |
The created user's display name. |
email |
The created user's email. |
refresh |
An Identity Platform refresh token for the created user. This field is only set for non-admin requests. |
expires |
The number of seconds until the ID token expires. |
local |
The ID of the created user. Always present in the response. |