Preparing search index...
The search index is not available
Documentation
Documentation
JWT
JwtOptions
Interface JwtOptions<Payload, Transformed>
interface
JwtOptions
<
Payload
,
Transformed
>
{
transformer
?:
JwtPayloadTransformer
<
Payload
,
Transformed
>
;
}
Type Parameters
Payload
extends
TSchema
Transformed
Hierarchy (
view full
)
JwtOptions
CreateJwtOptions
Index
Properties
transformer?
Properties
Optional
transformer
transformer
?:
JwtPayloadTransformer
<
Payload
,
Transformed
>
The function that you will use for manipulating the JWT you are authenticating.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
transformer
Documentation
Loading...
The function that you will use for manipulating the JWT you are authenticating.