Skip to content

Commit 72416cf

Browse files
authored
Merge pull request #72 from cranberyxl/chore/export-error
export TokenVerificationError
2 parents bcd075b + 46c9a95 commit 72416cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ class AuthressClient {
4848

4949
const UnauthorizedError = require('./src/unauthorizedError');
5050
const ApiError = require('./src/apiError');
51+
const TokenVerificationError = require('./src/tokenVerificationError');
5152

52-
module.exports = { AuthressClient, ServiceClientTokenProvider, UnauthorizedError, ApiError, TokenVerifier };
53-
53+
module.exports = { AuthressClient, ServiceClientTokenProvider, UnauthorizedError, ApiError, TokenVerifier, TokenVerificationError };

0 commit comments

Comments
 (0)