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