MagicLinkRequest interface

Request payload for sending a magic link (matches backend MagicLinkRequest).

Properties

codeChallenge

PKCE code challenge (SHA-256 hash of code verifier).

email

Email address to send magic link to.

redirectUri

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

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