securepay
Version:
https://www.securepay.com.au/
9 lines (8 loc) • 428 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticationGrantType = void 0;
var AuthenticationGrantType;
(function (AuthenticationGrantType) {
AuthenticationGrantType["DEFAULT"] = "client_credentials";
AuthenticationGrantType["CLIENT_CREDENTIALS"] = "client_credentials";
})(AuthenticationGrantType = exports.AuthenticationGrantType || (exports.AuthenticationGrantType = {}));
;