You are here

class OAUTH_ALGORITHMS in Dropbox Client 7.2

Same name and namespace in other branches
  1. 7.4 oauth.php \OAUTH_ALGORITHMS
  2. 7 oauth.php \OAUTH_ALGORITHMS
  3. 7.3 oauth.php \OAUTH_ALGORITHMS

Defines the different OAuth Signing algorithms. You should use this instead of writing them out each time.

Hierarchy

Expanded class hierarchy of OAUTH_ALGORITHMS

File

./oauth.php, line 29

View source
class OAUTH_ALGORITHMS {
  const HMAC_SHA1 = 'HMAC-SHA1';
  const RSA_SHA1 = 'RSA-SHA1';

}

Members