Type Alias: MagicLinkRequestResponse
MagicLinkRequestResponse =
object
Defined in: types.ts:688
Response returned after requesting a magic link.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:689 |
jwt | string | types.ts:690 |
status | "ok" | types.ts:691 |