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
download_accountexecBatch download user accounts.
email_link_signinexecReset password for a user.
reset_passwordexecReset password for a user.
send_verification_codeexecSend SMS verification code.
set_account_infoexecSet account info for a user.
set_project_configexecSet project configuration.
sign_out_userexecSign out user.
signup_new_userexecSignup new user.
upload_accountexecBatch upload existing user accounts.
verify_assertionexecVerifies the assertion returned by the IdP.
verify_custom_tokenexecVerifies the developer asserted ID token.
verify_passwordexecVerifies the user entered password.
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

Batch download user accounts.

EXEC google.identitytoolkit.relyingparty.download_account 
@@json=
'{
"delegatedProjectNumber": "{{ delegatedProjectNumber }}",
"maxResults": {{ maxResults }},
"nextPageToken": "{{ nextPageToken }}",
"targetProjectId": "{{ targetProjectId }}"
}';