Documentation
    Preparing search index...

    Type Alias GetJwtFn

    GetJwtFn: (req: FastifyRequest) => string | undefined

    Type declaration for functions that extract jwt's.

    Type Declaration

      • (req: FastifyRequest): string | undefined
      • Parameters

        • req: FastifyRequest

        Returns string | undefined