You are here

constant OAUTH_ALGORITHMS::HMAC_SHA1 in Dropbox Client 7.2

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

File

./oauth.php, line 31

Class

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

Code

const HMAC_SHA1 = 'HMAC-SHA1';