0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00
logto/packages/connectors/connector-wecom/src/mock.ts

7 lines
142 B
TypeScript
Raw Normal View History

export const mockedConfig = {
corpId: '<corp-id>',
appSecret: '<app-secret>',
agentId: '<agent-id>',
access_token: 'access_token',
};