class OAUTH_ALGORITHMS in Dropbox Client 7
Same name and namespace in other branches
- 7.4 oauth.php \OAUTH_ALGORITHMS
- 7.2 oauth.php \OAUTH_ALGORITHMS
- 7.3 oauth.php \OAUTH_ALGORITHMS
Defines the different OAuth Signing algorithms. You should use this instead of writing them out each time.
Hierarchy
- class \OAUTH_ALGORITHMS
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
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OAUTH_ALGORITHMS:: |
constant | |||
OAUTH_ALGORITHMS:: |
constant |