@plusauth/plusauth-oidc-client-js
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "@plusauth/plusauth-oidc-client-js", | ||
"description": "OpenID Connect (OIDC) and OAuth2 library for browser based JavaScript applications.", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "dist/plusauth-oidc-client.umd.js", |
@@ -97,6 +97,10 @@ import { EventTypes } from './constants'; | ||
/** | ||
* Retrieve logged in user's id token if it exists. | ||
* Retrieve logged in user's parsed id token if it exists. | ||
*/ | ||
getIdToken(): Promise<any>; | ||
/** | ||
* Retrieve logged in user's id token in raw format if it exists. | ||
*/ | ||
getIdTokenRaw(): Promise<any>; | ||
/** | ||
* Retrieve logged in user's scopes if it exists. | ||
@@ -103,0 +107,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9289
1626282
49