export class OAuthConfigResponseDto { enabled!: boolean; passwordLoginEnabled!: boolean; url?: string; buttonText?: string; autoLaunch?: boolean; }