SessionRedirectArgs
Defined in: packages/next/src/index.ts:241
Properties
Section titled “Properties”cookies?
Section titled “cookies?”
optionalcookies?:SessionCookie[]
Defined in: packages/next/src/index.ts:245
Session cookie(s) to set — each written iframe-safe (SameSite=None; Secure).
status?
Section titled “status?”
optionalstatus?:302|303
Defined in: packages/next/src/index.ts:247
Redirect status (default 303 — correct after a POST launch).
to:
string
Defined in: packages/next/src/index.ts:243
Where to send the browser after establishing the session.