You are here

Classes, traits, and interfaces in OAuth 1.0 6.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DrupalOAuthClient class includes/DrupalOAuthClient.inc
DrupalOAuthConsumer class includes/DrupalOAuthConsumer.inc
DrupalOAuthDataStore class includes/DrupalOAuthDataStore.inc Database abstraction class
DrupalOAuthRequest class includes/DrupalOAuthRequest.inc
DrupalOAuthServer class includes/DrupalOAuthServer.inc
DrupalOAuthToken class includes/DrupalOAuthToken.inc
OAuthConsumer class lib/OAuth.php 1
OAuthDataStore class lib/OAuth.php 1
OAuthRequest class lib/OAuth.php 1
OAuthServer class lib/OAuth.php 1
OAuthSignatureMethod abstract class lib/OAuth.php A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec 4
OAuthSignatureMethod_HMAC class includes/OAuthSignatureMethod_HMAC.inc A generic signature method implementation that leverages hash_hmac() for increased flexibility.
OAuthSignatureMethod_HMAC_SHA1 class lib/OAuth.php The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and…
OAuthSignatureMethod_PLAINTEXT class lib/OAuth.php The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String.
OAuthSignatureMethod_RSA_SHA1 abstract class lib/OAuth.php The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA…
OAuthToken class lib/OAuth.php 1
OAuthUtil class lib/OAuth.php

Other projects