Sha256: 800794820f2cb3ab83e1dba836017afcbab728529247ea8ffaf987ffcf451486
Contents?: true
Size: 449 Bytes
Versions: 46
Compression:
Stored size: 449 Bytes
Contents
<script> var qp = null; if(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.swaggerUi.tokenUrl) window.opener.processOAuthCode(qp); else window.opener.onOAuthComplete(qp); window.close(); </script>
Version data entries
46 entries across 40 versions & 9 rubygems