mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
8 lines
278 B
TypeScript
8 lines
278 B
TypeScript
|
export const clientId = 'client_id_value';
|
||
|
export const clientSecret = 'client_secret_value';
|
||
|
export const code = 'code';
|
||
|
export const dummyRedirectUri = 'dummyRedirectUri';
|
||
|
export const fields = 'id,name,email,picture';
|
||
|
|
||
|
export const mockedConfig = { clientId, clientSecret };
|