JwtVerifyOptions interface interface JwtVerifyOptions extends jwt.VerifyOptions { secret?: string | Buffer publicKey?: string | Buffer } Properties Property Description secret?: string | Buffer publicKey?: string | Buffer