Skip to main content

relyingparty_oob_confirmation_code

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

Overview

Namerelyingparty_oob_confirmation_code
TypeResource
Idgoogle.identitytoolkit.relyingparty_oob_confirmation_code

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
emailstringThe email address that the email is sent to.
kindstringThe fixed string "identitytoolkit#GetOobConfirmationCodeResponse". (default: identitytoolkit#GetOobConfirmationCodeResponse)
oobCodestringThe code to be send to the user.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_oob_confirmation_codeselectGet a code for user action confirmation.

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

SELECT examples

Get a code for user action confirmation.

SELECT
email,
kind,
oobCode
FROM google.identitytoolkit.relyingparty_oob_confirmation_code;