GetOobCodeResponse

Response message for accounts.sendOobCode.

JSON representation
{
 "kind": string,
 "oobCode": string,
 "email": string,
 "oobLink": string
}
Fields
kind
(deprecated)

string

oobCode

string

If returnOobLink is true in the request, the OOB code to send.

email

string

If returnOobLink is false in the request, the email address the verification was sent to.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月30日 UTC.