We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc46da commit 9a13a6fCopy full SHA for 9a13a6f
pom.xml
@@ -10,7 +10,7 @@
10
11
<modelVersion>4.0.0</modelVersion>
12
<artifactId>oauth-token-manager</artifactId>
13
- <version>1.0.9</version>
+ <version>1.0.10</version>
14
<name>OauthTokenManager</name>
15
<packaging>jar</packaging>
16
src/main/java/info/unterrainer/oauthtokenmanager/OauthTokenManager.java
@@ -91,7 +91,6 @@ private PublicKey fetchPublicKey(String jwksUrl) throws Exception {
91
*
92
* @param accessToken
93
* @return tenantId or null if the token is invalid or not present.
94
- * @throws Exception
95
*/
96
public String checkAccess(String accessToken) {
97
try {
0 commit comments