UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

15 lines (14 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlternatePatLogin = void 0; const AuthAction_1 = require("./AuthAction"); const AbstractRequest_1 = require("../AbstractRequest"); class AlternatePatLogin extends AuthAction_1.AuthAction { constructor(payload) { super(); this.customPath = "/alternateLogin"; this.method = AbstractRequest_1.RequestMethod.POST; this.payload = payload; } } exports.AlternatePatLogin = AlternatePatLogin;