BasicCredential
openmolt / BasicCredential
Interface: BasicCredential
Defined in: types/index.ts:200
Basic Auth credential assigned to an agent.
Properties
config
config:
object
Defined in: types/index.ts:202
Index Signature
[key: string]: unknown
password
password:
string
username
username:
string
type
type:
"basic"
Defined in: types/index.ts:201