Georg Reisinger b171f1646c GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
2018-10-26 14:02:15 +02:00

4 lines
106 B
JavaScript

var v35 = require('./lib/v35.js');
var md5 = require('./lib/md5');
module.exports = v35('v3', 0x30, md5);