UNPKG

@badgateway/oauth2-client

Version:

OAuth2 client for browsers and Node.js. Tiny footprint, PKCE support

5 lines 288 B
export { OAuth2Client } from "./client.js"; export { OAuth2AuthorizationCodeClient, generateCodeVerifier } from "./client/authorization-code.js"; export { OAuth2Fetch } from "./fetch-wrapper.js"; export { OAuth2Error, OAuth2HttpError } from "./error.js"; //# sourceMappingURL=index.js.map