constant OAUTH_ALGORITHMS::HMAC_SHA1 in Dropbox Client 7.2
Same name and namespace in other branches
- 7.4 oauth.php \OAUTH_ALGORITHMS::HMAC_SHA1
- 7 oauth.php \OAUTH_ALGORITHMS::HMAC_SHA1
- 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';