You are here

constant OAUTH_ALGORITHMS::PLAINTEXT in Dropbox Client 7.4

Same name and namespace in other branches
  1. 7.3 oauth.php \OAUTH_ALGORITHMS::PLAINTEXT

File

./oauth.php, line 36

Class

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

Code

const PLAINTEXT = 'PLAINTEXT';