UNPKG

@atproto/oauth-client-browser

Version:

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

8 lines 321 B
import 'core-js/es/symbol/async-dispose.js'; import 'core-js/es/symbol/dispose.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