You are here

function oauth_perm in OAuth 1.0 6

Implementation of hook_perm

File

./oauth.module, line 58

Code

function oauth_perm() {
  return array(
    "authorize external services",
    "consume provided services",
  );
}