Documentation
Preparing search index...
Fastify JWT
GetJwtFn
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Type declaration for functions that extract jwt's.