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.
oobLink
string
If returnOobLink is true in the request, the OOB link to be sent to the user. This returns the constructed link including Firebase Dynamic Link related parameters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["The JSON response for `accounts.sendOobCode` includes fields for `kind`, `oobCode`, `email`, and `oobLink`."],["The `oobCode` field contains the out-of-band code to be sent if `returnOobLink` is true in the request."],["The `email` field indicates the recipient's email if `returnOobLink` is false in the request."],["If `returnOobLink` is true, `oobLink` provides a constructed Firebase Dynamic Link for user verification."],["The field `kind` has been marked as deprecated."]]],[]]