VerifyJwtOptions: {
    jwt: string;
}

Parameters for verifying a JWT.

Type declaration

  • jwt: string

    The JWT string to verify.