@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
17 lines • 691 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenRequestRefreshGrant = void 0;
var TokenRequestRefreshGrant;
(function (TokenRequestRefreshGrant) {
/**
* Value **MUST** be set to "refresh_token".
*/
let grant_type;
(function (grant_type) {
grant_type["REFRESH_TOKEN"] = "refresh_token";
})(grant_type = TokenRequestRefreshGrant.grant_type || (TokenRequestRefreshGrant.grant_type = {}));
})(TokenRequestRefreshGrant = exports.TokenRequestRefreshGrant || (exports.TokenRequestRefreshGrant = {}));
//# sourceMappingURL=TokenRequestRefreshGrant.js.map