Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

intuit-oauth-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intuit-oauth-ts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "intuit-oauth-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect",

@@ -5,0 +5,0 @@ "main": "./src/OAuthClient.js",

@@ -82,3 +82,3 @@ import * as winston from "winston";

makeApiCall(params: { transport: popsicle.TransportOptions, url: string, method: string, headers: Record<string, string>, body: Record<string, any> }): Promise<AuthResponse>;
validateIdToken(params?: { id_token: string }): Promise<AuthResponse>;
validateIdToken(params?: { id_token: string }): Promise<boolean>;
getKeyFromJWKsURI(id_token: string, kid: string, request: popsicle.Request): Promise<ReturnType<typeof jwt.verify>>;

@@ -85,0 +85,0 @@ getPublicKey(): string;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc