export interface ClientProfileDTOV2 { clientId: string; displayName: string; website: string; logo: string; redirectUri: string; scopes?: string; }