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.