UNPKG

@ply-ct/ply

Version:

REST API Automated Testing

12 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BearerAuth = void 0; class BearerAuth { constructor() { this.type = 'http'; this.scheme = 'bearer'; this.bearerFormat = 'JWT'; } } exports.BearerAuth = BearerAuth; //# sourceMappingURL=openapi.js.map