UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

6 lines 321 B
import type { OptionalArgument } from '../helpers'; import type { OAuthCredentials, OAuthGrantRefresh } from './common'; export interface OpenIDConnectTokenArguments extends OAuthCredentials, OAuthGrantRefresh { } export type OpenIDConnectUserInfoArguments = OptionalArgument<object>; //# sourceMappingURL=openid.d.ts.map