UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

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