oauth2_user.module in OAuth2 Login 8
Same filename and directory in other branches
File
oauth2_user/oauth2_user.moduleView source
<?php
/**
* @file
* Module file for oauth2_user.
*/
module_load_include('inc', 'oauth2_user', 'authenticate');
module_load_include('inc', 'oauth2_user', 'profile');
module_load_include('inc', 'oauth2_user', 'wsclient');