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
The following fields are returned by SELECT
queries:
- get_oob_confirmation_code
Successful response
Name | Datatype | Description |
---|---|---|
email | string | The email address that the email is sent to. |
kind | string | The fixed string "identitytoolkit#GetOobConfirmationCodeResponse". (default: identitytoolkit#GetOobConfirmationCodeResponse) |
oobCode | string | The code to be send to the user. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_oob_confirmation_code | select | Get 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.
Name | Datatype | Description |
---|
SELECT
examples
- get_oob_confirmation_code
Get a code for user action confirmation.
SELECT
email,
kind,
oobCode
FROM google.identitytoolkit.relyingparty_oob_confirmation_code;