Files
swagger-ui/dist/o2c.html
Tony Tam 9e5c4b2efe rebuilt
2016-11-23 20:20:15 -08:00

489 B

<script> var qp = null; if(window.location.hash && window.location.hash !== "#_=_") { qp = location.hash.substring(1); } else { qp = location.search.substring(1); } qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}', function(key, value) { return key===""?value:decodeURIComponent(value) } ):{} if (window.opener.swaggerUiAuth.tokenUrl) window.opener.processOAuthCode(qp); else window.opener.onOAuthComplete(qp); window.close(); </script>