@cognite/sdk
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -11,2 +11,3 @@ export interface LoginParams { | ||
accessToken?: string; | ||
idToken?: string; | ||
} | ||
@@ -40,2 +41,3 @@ /** | ||
accessToken: string; | ||
idToken: string; | ||
user: string; | ||
@@ -57,3 +59,3 @@ project: string; | ||
private static silentLogin; | ||
private static verifyAccessToken; | ||
private static verifyTokens; | ||
} |
{ | ||
"name": "@cognite/sdk", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Javascript client library for Cognite SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237504
5608