@badgateway/oauth2-client
Version:
OAuth2 client for browsers and Node.js. Tiny footprint, PKCE support
7 lines (6 loc) • 362 B
TypeScript
export { OAuth2Client } from './client.ts';
export { OAuth2AuthorizationCodeClient, generateCodeVerifier } from './client/authorization-code.ts';
export { OAuth2Fetch } from './fetch-wrapper.ts';
export { OAuth2Error, OAuth2HttpError } from './error.ts';
export type { IntrospectionResponse } from './messages.ts';
export type { OAuth2Token } from './token.ts';