You are here

oauth2_user.module in OAuth2 Login 7.2

Same filename and directory in other branches
  1. 8 oauth2_user/oauth2_user.module

File

oauth2_user/oauth2_user.module
View 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');