Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 621 Bytes

File metadata and controls

19 lines (14 loc) · 621 Bytes

SchemeHTTPBasic

Example Usage

import { SchemeHTTPBasic } from "galileo-generated/models";

let value: SchemeHTTPBasic = {
  username: "",
  password: "",
};

Fields

Field Type Required Description Example
username string ✔️ N/A
password string ✔️ N/A