vue-auth3
Version:
<p align="center"> <img src="./docs/public/icon.svg" width="180px"> </p>
20 lines (16 loc) • 531 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunkBX2MBFAAjs = require('../../chunk-BX2MBFAA.js');
require('../../chunk-6L3WGN24.js');
// src/drivers/oauth2/google.ts
var google_default = _chunkBX2MBFAAjs.defineOAuth2Driver.call(void 0, {
url: "https://accounts.google.com/o/oauth2/auth",
params: {
client_id: "",
redirect_uri: "login/google",
response_type: "code",
scope: "email",
state: {}
}
});
exports.default = google_default;
//# sourceMappingURL=google.js.map