relyingparty_account_info
Creates, updates, deletes, gets or lists a relyingparty_account_info
resource.
Overview
Name | relyingparty_account_info |
Type | Resource |
Id | google.identitytoolkit.relyingparty_account_info |
Fields
Name | Datatype | Description |
---|---|---|
kind | string | The fixed string "identitytoolkit#GetAccountInfoResponse". |
users | array | The info of the users. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_account_info | SELECT |
| Returns the account info. |
SELECT
examples
Returns the account info.
SELECT
kind,
users
FROM google.identitytoolkit.relyingparty_account_info
;