Type alias JwtPayload

JwtPayload: RequiredClaims & {
    [key: string]: any;
}

Generated using TypeDoc