Type Alias: MagicLinkRequestResponse
MagicLinkRequestResponse =
object
Defined in: types.ts:718
Response returned after requesting a magic link.
Properties
| Property | Type | Defined in |
|---|---|---|
created | boolean | types.ts:719 |
jwt | string | types.ts:720 |
status | "ok" | types.ts:721 |