Skip to main content

Variable: BasicAuthLocation

const BasicAuthLocation: {
HEADER: "HEADER";
PAYLOAD: "PAYLOAD";
};

Defined in: src/models/red-team-enums.ts:45

Location for basic auth credentials.

Type Declaration

readonly HEADER: "HEADER" = 'HEADER';

PAYLOAD

readonly PAYLOAD: "PAYLOAD" = 'PAYLOAD';