Variable: AuthType
const AuthType: {
OAUTH: "OAUTH";
ACCESS_TOKEN: "ACCESS_TOKEN";
};
Defined in: src/models/red-team-enums.ts:30
Authentication type for target connections.
Type Declaration
OAUTH
readonly OAUTH: "OAUTH" = 'OAUTH';
ACCESS_TOKEN
readonly ACCESS_TOKEN: "ACCESS_TOKEN" = 'ACCESS_TOKEN';