Skip to content

Commit

Permalink
chore: export some more types
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 20, 2024
1 parent 908c28c commit a06bbdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/oauth2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ export {
} from './common/jwt/v-jwt'

export type { RequestDpopOptions } from './dpop/dpop'
export type { RequestClientAttestationOptions } from './client-attestation/client-attestation-pop'
export type {
ClientAttestationJwtHeader,
ClientAttestationJwtPayload,
ClientAttestationPopJwtHeader,
ClientAttestationPopJwtPayload,
} from './client-attestation/v-client-attestation'

export { Oauth2Error, Oauth2ErrorOptions } from './error/Oauth2Error'
export { Oauth2JwtVerificationError } from './error/Oauth2JwtVerificationError'
Expand Down

0 comments on commit a06bbdb

Please sign in to comment.