SignUpResponse

Response message for accounts.signUp.

JSON representation
{
  "kind": string,
  "idToken": string,
  "displayName": string,
  "email": string,
  "refreshToken": string,
  "expiresIn": string,
  "localId": string
}
Fields
kind

string

idToken

string

An Identity Platform ID token for the created user. This field is only set for non-admin requests.

displayName

string

The created user's display name.

email

string

The created user's email.

refreshToken

string

An Identity Platform refresh token for the created user. This field is only set for non-admin requests.

expiresIn

string (int64 format)

The number of seconds until the ID token expires.

localId

string

The ID of the created user. Always present in the response.