You are here

constant OAUTH_ALGORITHMS::RSA_SHA1 in Dropbox Client 7.3

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

File

./oauth.php, line 35

Class

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

Code

const RSA_SHA1 = 'RSA-SHA1';