Files
twenty/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/constants/twenty-cli-application-registration.constant.ts
T
martmull 731e297147 Twenty sdk cli oauth (#18638)
<img width="1418" height="804" alt="image"
src="https://github.com/user-attachments/assets/de6c8222-6496-4a71-bc21-7e5e1269d5cb"
/>

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Félix Malfait <felix@twenty.com>
2026-03-17 11:43:17 +01:00

7 lines
242 B
TypeScript

export const TWENTY_CLI_APPLICATION_REGISTRATION = {
universalIdentifier: '20202020-82da-4d5a-afd2-53c52090f5e1',
name: 'Twenty CLI',
description: 'Official CLI for Twenty application development',
oAuthScopes: ['api', 'profile'],
};