UNPKG

spark-oauth-sample

Version:

This is a Spark OAuth Sample. It contains a) web interface of requesting token, b) a token management center.

6 lines 120 B
window.onload = function () { // forbid the right-click document.oncontextmenu = function (e) { return false; }; };