Type Alias: MagicLinkValidateResponse
MagicLinkValidateResponse =
object
Defined in: types.ts:475
Response returned after successfully validating a magic link token.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
jwt | string | - | types.ts:477 |
message | string | - | types.ts:476 |
return_url | string | URL the member should be redirected to. | types.ts:479 |
sessions_authenticated | string[] | - | types.ts:480 |