Variable: BasicAuthLocation
const BasicAuthLocation: {
HEADER: "HEADER";
PAYLOAD: "PAYLOAD";
};
Defined in: src/models/red-team-enums.ts:45
Location for basic auth credentials.
Type Declaration
HEADER
readonly HEADER: "HEADER" = 'HEADER';
PAYLOAD
readonly PAYLOAD: "PAYLOAD" = 'PAYLOAD';