Skip to content

Commit 60dccdd

Browse files
Merge pull request #583 from Chris3773/crypto-handler
Add CryptoHandler to public api.
2 parents b525dab + aaa75f3 commit 60dccdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/lib/src/public_api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './angular-oauth-oidic.module';
22
export * from './oauth-service';
3+
export * from './token-validation/crypto-handler';
34
export * from './token-validation/jwks-validation-handler';
45
export * from './token-validation/null-validation-handler';
56
export * from './token-validation/validation-handler';

0 commit comments

Comments
 (0)