Type Alias: MagicLinkRequestResponse
MagicLinkRequestResponse =
object
Defined in: types.ts:557
Response returned after requesting a magic link.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:558 |
jwt | string | types.ts:559 |
status | "ok" | types.ts:560 |