interface BasicCredentials {
    password: string;
    username: string;
}

Properties

Properties

password: string

The password associated with the credentials.

username: string

The username or identifier associated with the credentials.