You are here

function hybridauth_perm in HybridAuth Social Login 6.2

Implements hook_perm().

File

./hybridauth.module, line 15
Main file for the HybridAuth module.

Code

function hybridauth_perm() {
  return array(
    'use hybridauth',
  );
}