UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

9 lines 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createOAuthState = void 0; const _endpoint_1 = require("./_endpoint"); const createOAuthState = (state = '') => { return (0, _endpoint_1.getHostEndpoint)().call.createOAuthState(state); }; exports.createOAuthState = createOAuthState; //# sourceMappingURL=oauth.js.map