accounts.signUp 的响应消息。
JSON 表示法 |
---|
{ "kind": string, "idToken": string, "displayName": string, "email": string, "refreshToken": string, "expiresIn": string, "localId": string } |
字段 | |
---|---|
kind |
|
idToken |
创建的用户的 Identity Platform ID 令牌。此字段仅针对非管理员请求进行设置。 |
displayName |
创建的用户的显示名称。 |
email |
创建的用户的电子邮件地址。 |
refreshToken |
创建的用户的 Identity Platform 刷新令牌。此字段仅针对非管理员请求进行设置。 |
expiresIn |
ID 令牌到期前的秒数。 |
localId |
创建的用户的 ID。始终存在于响应中。 |