MagicLinkRequest interface
Request payload for sending a magic link (matches backend MagicLinkRequest).
Properties
| code |
PKCE code challenge (SHA-256 hash of code verifier). |
Email address to send magic link to. |
|
| redirect |
Redirect URI after authentication. |
| state | State parameter for CSRF protection and flow correlation. |
Property Details
codeChallenge
PKCE code challenge (SHA-256 hash of code verifier).
codeChallenge: string
Property Value
string
Email address to send magic link to.
email: string
Property Value
string
redirectUri
Redirect URI after authentication.
redirectUri: string
Property Value
string
state
State parameter for CSRF protection and flow correlation.
state: string
Property Value
string