Skip to main content

relyingparty

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

Overview

Namerelyingparty
TypeResource
Idgoogle.identitytoolkit.relyingparty

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
verify_custom_tokenexecVerifies the developer asserted ID token.
verify_assertionexecVerifies the assertion returned by the IdP.
email_link_signinexecReset password for a user.
reset_passwordexecReset password for a user.
set_account_infoexecSet account info for a user.
verify_passwordexecVerifies the user entered password.
set_project_configexecSet project configuration.
download_accountexecBatch download user accounts.
send_verification_codeexecSend SMS verification code.
sign_out_userexecSign out user.
upload_accountexecBatch upload existing user accounts.
signup_new_userexecSignup new user.
verify_phone_numberexecVerifies ownership of a phone number and creates/updates the user account accordingly.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

Lifecycle Methods

Verifies the developer asserted ID token.

EXEC google.identitytoolkit.relyingparty.verify_custom_token
@@json=
'{
"returnSecureToken": {{ returnSecureToken }},
"delegatedProjectNumber": "{{ delegatedProjectNumber }}",
"instanceId": "{{ instanceId }}",
"token": "{{ token }}"
}'
;