relyingparty_oob_confirmation_code
Creates, updates, deletes, gets or lists a relyingparty_oob_confirmation_code
resource.
Overview
Name | relyingparty_oob_confirmation_code |
Type | Resource |
Id | google.identitytoolkit.relyingparty_oob_confirmation_code |
Fields
Name | Datatype | Description |
---|---|---|
email | string | The email address that the email is sent to. |
kind | string | The fixed string "identitytoolkit#GetOobConfirmationCodeResponse". |
oobCode | string | The code to be send to the user. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_oob_confirmation_code | SELECT |
| Get 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
;