eecs448-project-4/app/controllers/auth/Oauth2.controller.js

16 lines
444 B
JavaScript
Raw Normal View History

const Oauth2Controller = require('flitter-auth/controllers/Oauth2')
/*
* Handles views, processing, and data retrieval for flitter-auth's
* built-in OAuth2 server, if it is enabled. Most handlers are inherited
* from flitter-auth/controllers/Oauth2, but you can override them here
* as you need.
2020-11-08 18:34:50 +00:00
*
* This file was auto-generated by the Flitter framework.
*/
class Oauth2 extends Oauth2Controller {
}
module.exports = exports = Oauth2