Interface: MagicLinkRequest
Interface: MagicLinkRequest
Defined in: auth-client/src/core/flows/magic-link.flow.ts:20
Properties
appCode?
optionalappCode?:string
Defined in: auth-client/src/core/flows/magic-link.flow.ts:25
Optional app code — scopes the resulting token-pair to this app (same as /auth/login’s app_code). Defaults server-side to AUTH_DEFAULT_APP_CODE.
email:
string
Defined in: auth-client/src/core/flows/magic-link.flow.ts:21