/** * Starts the oauth temporary server. * @returns {Promise} */ function Start() { return wails.Plugin("oauth", "Start"); } export default { OAuth: { Start, } };