export type SwaggerSecurityHttpAuthSchemesType = "Basic" | "Bearer" | "Digest" | "HOBA" | "Mutual" | "Negotiate" | "OAuth" | "SCRAM-SHA-1" | "SCRAM-SHA-256" | "vapid";