Archived
fix(auth): make API-key setup and status truthful
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user