Skip to content

Commit aaa75f3

Browse files
committed
Add CryptoHandler to public api.
1 parent a1652dc commit aaa75f3

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)