Response message for accounts.sendOobCode.
| JSON representation |
|---|
{ "kind" : string , "oobCode" : string , "email" : string , "oobLink" : string } |
| Fields | |
|---|---|
kind
|
|
oobCode
|
If returnOobLink is true in the request, the OOB code to send. |
email
|
If returnOobLink is false in the request, the email address the verification was sent to. |
oobLink
|
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. |

