add files

This commit is contained in:
shraddha shaligram
2020-06-22 11:54:49 -07:00
9 changed files with 61 additions and 41 deletions

View File

@@ -6,15 +6,12 @@ import {
//https://api.slack.com/authentication/oauth-v2
const userScopes = [
'chat:write',
'conversations:history',
'conversations:read',
'files:read',
'files:write',
'stars:read',
'stars:write',
];
export class SlackOAuth2Api implements ICredentialType {
name = 'slackOAuth2Api';
extends = [