Options
All
  • Public
  • Public/Protected
  • All
Menu

These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides

Hierarchy

  • OriginalFastifyRequest
    • SessionRequest

Index

Properties

body

body: unknown

Readonly connection

connection: Socket

Readonly headers

headers: IncomingHttpHeaders

Readonly hostname

hostname: string

id

id: any

Readonly ip

ip: string

Optional Readonly ips

ips?: string[]

Readonly is404

is404: boolean

log

log: FastifyLoggerInstance

Readonly method

method: string

params

params: unknown

Readonly protocol

protocol: "http" | "https"

query

query: unknown

raw

raw: IncomingMessage

Readonly req

req: IncomingMessage
deprecated

Use raw property

Readonly routerMethod

routerMethod: string

Readonly routerPath

routerPath: string

Optional session

Readonly socket

socket: Socket

Readonly url

url: string

Optional validationError

validationError?: Error & { validation: any; validationContext: string }

in order for this to be used the user should ensure they have set the attachValidation option.

Generated using TypeDoc