export interface UpdateOAuth2ClientCredsRequest { provider?: string; clientId?: string; scopes?: string[]; extraParams?: Record; basicAuthInHeader?: boolean; clientSecret?: string; customHeaders?: Record; }