UNPKG

@dodi-smart/nuki-graphql-api

Version:
17 lines 691 B
"use strict"; /* 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