feat(xero): add xero integration
This commit is contained in:
9
packages/backend/src/apps/xero/common/auth-scope.ts
Normal file
9
packages/backend/src/apps/xero/common/auth-scope.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const authScope: string[] = [
|
||||
'offline_access',
|
||||
'openid',
|
||||
'profile',
|
||||
'email',
|
||||
'accounting.transactions',
|
||||
];
|
||||
|
||||
export default authScope;
|
Reference in New Issue
Block a user