export interface OidcClientConfigDto { authorization_endpoint?: string; identifier?: string; jwks_uri?: string; redirect_uri?: string; secretRef?: string; token_endpoint?: string; userinfo_endpoint?: string; }