UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

14 lines (11 loc) 345 B
import { jws, KEYUTIL as KeyUtil, X509, crypto, hextob64u, b64tohex } from '../../jsrsasign/dist/jsrsasign.js'; const AllowedSigningAlgs = ['RS256', 'RS384', 'RS512', 'PS256', 'PS384', 'PS512', 'ES256', 'ES384', 'ES512']; export { jws, KeyUtil, X509, crypto, hextob64u, b64tohex, AllowedSigningAlgs };