Skip to main content

relyingparty_account_info

Creates, updates, deletes, gets or lists a relyingparty_account_info resource.

Overview

Namerelyingparty_account_info
TypeResource
Idgoogle.identitytoolkit.relyingparty_account_info

Fields

NameDatatypeDescription
kindstringThe fixed string "identitytoolkit#GetAccountInfoResponse".
usersarrayThe info of the users.

Methods

NameAccessible byRequired ParamsDescription
get_account_infoSELECTReturns the account info.

SELECT examples

Returns the account info.

SELECT
kind,
users
FROM google.identitytoolkit.relyingparty_account_info
;