UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

5 lines (3 loc) 263 B
import { jws, KeyUtil, X509, crypto, hextob64u, b64tohex, AllowedSigningAlgs } from './crypto/jsrsasign'; import getJoseUtil from './JoseUtilImpl'; export const JoseUtil = getJoseUtil({ jws, KeyUtil, X509, crypto, hextob64u, b64tohex, AllowedSigningAlgs });