fix(auth): make API-key setup and status truthful

This commit is contained in:
Federico Jaramillo Martinez
2026-07-18 08:28:03 +02:00
parent cc8f379143
commit c569a03f54
17 changed files with 300 additions and 45 deletions
+2
View File
@@ -373,6 +373,8 @@ export interface AuthProviderOption {
name: string;
authType: AuthType;
status: AuthProviderStatus;
/** Additive hint: use the generic AuthInteraction transport instead of the legacy one-secret form. */
loginFlow?: "interactive";
}
export interface AuthProvidersResponse {