Type Alias: MagicLinkValidateResponse
MagicLinkValidateResponse =
object
Defined in: types.ts:695
Response returned after successfully validating a magic link token.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
jwt | string | - | types.ts:697 |
message | string | - | types.ts:696 |
return_url | string | URL the member should be redirected to. | types.ts:699 |
sessions_authenticated | string[] | - | types.ts:700 |