@slack/oauth
Version: 
Official library for interacting with Slack's Oauth endpoints
14 lines • 869 B
TypeScript
export { AuthorizeResult } from './authorize-result';
export { Installation, OrgInstallation } from './installation';
export { InstallationQuery, OrgInstallationQuery } from './installation-query';
export { InstallProvider, OAuthV2Response, OAuthV2TokenRefreshResponse, } from './install-provider';
export { InstallProviderOptions } from './install-provider-options';
export { InstallURLOptions } from './install-url-options';
export { CallbackOptions, defaultCallbackFailure, defaultCallbackSuccess, } from './callback-options';
export { default as defaultRenderHtmlForInstallPath } from './default-render-html-for-install-path';
export { InstallPathOptions } from './install-path-options';
export * from './installation-stores';
export * from './state-stores';
export * from './errors';
export { Logger, LogLevel } from './logger';
//# sourceMappingURL=index.d.ts.map