UNPKG

1.5 kBTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type OpenIDConnectUserInfoResponse = WebAPICallResult & {
3 date_email_verified?: number;
4 email?: string;
5 email_verified?: boolean;
6 error?: string;
7 family_name?: string;
8 given_name?: string;
9 'https://slack.com/enterprise_domain'?: string;
10 'https://slack.com/enterprise_id'?: string;
11 'https://slack.com/enterprise_name'?: string;
12 'https://slack.com/team_domain'?: string;
13 'https://slack.com/team_id'?: string;
14 'https://slack.com/team_image_102'?: string;
15 'https://slack.com/team_image_132'?: string;
16 'https://slack.com/team_image_230'?: string;
17 'https://slack.com/team_image_34'?: string;
18 'https://slack.com/team_image_44'?: string;
19 'https://slack.com/team_image_68'?: string;
20 'https://slack.com/team_image_88'?: string;
21 'https://slack.com/team_name'?: string;
22 'https://slack.com/user_id'?: string;
23 'https://slack.com/user_image_1024'?: string;
24 'https://slack.com/user_image_192'?: string;
25 'https://slack.com/user_image_24'?: string;
26 'https://slack.com/user_image_32'?: string;
27 'https://slack.com/user_image_48'?: string;
28 'https://slack.com/user_image_512'?: string;
29 'https://slack.com/user_image_72'?: string;
30 locale?: string;
31 name?: string;
32 needed?: string;
33 ok?: boolean;
34 picture?: string;
35 provided?: string;
36 sub?: string;
37 warning?: string;
38};
39//# sourceMappingURL=OpenIDConnectUserInfoResponse.d.ts.map
\No newline at end of file