Documentation
    Preparing search index...

    Interface JwtOptions<Payload, Transformed>

    interface JwtOptions<Payload extends TSchema, Transformed> {
        transformer?: JwtPayloadTransformer<Payload, Transformed>;
    }

    Type Parameters

    • Payload extends TSchema
    • Transformed

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The function that you will use for manipulating the JWT you are authenticating.