Type Alias: MagicLinkValidateResponse
MagicLinkValidateResponse =
object
Defined in: types.ts:564
Response returned after successfully validating a magic link token.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
jwt | string | - | types.ts:566 |
message | string | - | types.ts:565 |
return_url | string | URL the member should be redirected to. | types.ts:568 |
sessions_authenticated | string[] | - | types.ts:569 |