UNPKG

@atproto/oauth-client-browser

Version:

ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)

7 lines 278 B
import './disposable-polyfill/index.js'; export * from '@atproto/jwk-webcrypto'; export * from '@atproto/oauth-client'; export * from './browser-oauth-client.js'; export * from './errors.js'; export { buildLoopbackClientId } from './util.js'; //# sourceMappingURL=index.d.ts.map