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

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

Methods

NameAccessible byRequired ParamsDescription
get_oob_confirmation_codeSELECTGet a code for user action confirmation.

SELECT examples

Get a code for user action confirmation.

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