admin.css |
css/admin.css |
|
.oauth-common-left-panel {
float: left;
width: 50%;
}
.oauth-common-right-panel {
float: right;
width: 49.9%;
}
.oauth-common-auth-level {
border-bottom: 1px solid #999999;
margin-bottom: 1em;
}
.oauth-common-auth-level > div… |
DrupalOAuthClient.inc |
includes/DrupalOAuthClient.inc |
|
|
DrupalOAuthConsumer.inc |
includes/DrupalOAuthConsumer.inc |
|
|
DrupalOAuthDataStore.inc |
includes/DrupalOAuthDataStore.inc |
|
|
DrupalOAuthRequest.inc |
includes/DrupalOAuthRequest.inc |
|
|
DrupalOAuthServer.inc |
includes/DrupalOAuthServer.inc |
|
|
DrupalOAuthToken.inc |
includes/DrupalOAuthToken.inc |
|
|
LICENCE.txt |
lib/LICENCE.txt |
|
The OAuth php library is originally licensed under the MIT license. And is to be found at google code: http://code.google.com/p/oauth/ |
OAuth.php |
lib/OAuth.php |
|
OAuth 1.0 server and client library. |
OAuthSignatureMethod_HMAC.inc |
includes/OAuthSignatureMethod_HMAC.inc |
|
|
oauth_common.admin.inc |
oauth_common.admin.inc |
|
Administration pages for OAuth module. |
oauth_common.authorizations.inc |
oauth_common.authorizations.inc |
|
Functions related to a user's authorization section |
oauth_common.consumers.inc |
oauth_common.consumers.inc |
|
|
oauth_common.inc |
oauth_common.inc |
|
|
oauth_common.info |
oauth_common.info |
|
name = OAuth
description = Provides OAuth functionality
configure = admin/config/services/oauth
package = "OAuth"
recommends[] = ctools
suggests[] = inputstream
core = 7.x
files[] = lib/OAuth.php
files[] =… |
oauth_common.install |
oauth_common.install |
|
Installation and schema related functions for the OAuth module |
oauth_common.module |
oauth_common.module |
|
|
oauth_common.pages.inc |
oauth_common.pages.inc |
|
Page callbacks for OAuth module |
oauth_common_providerui.info |
oauth_common_providerui.info |
|
name = OAuth Provider UI
description = Provides a UI for when OAuth is acting as a provider.
package = "OAuth"
dependencies[] = oauth_common
core = 7.x |
oauth_common_providerui.module |
oauth_common_providerui.module |
|
|