We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b525dab + aaa75f3 commit 60dccddCopy full SHA for 60dccdd
projects/lib/src/public_api.ts
@@ -1,5 +1,6 @@
1
export * from './angular-oauth-oidic.module';
2
export * from './oauth-service';
3
+export * from './token-validation/crypto-handler';
4
export * from './token-validation/jwks-validation-handler';
5
export * from './token-validation/null-validation-handler';
6
export * from './token-validation/validation-handler';
0 commit comments