Enumeration

RestOAuthSignatureMethod

Declaration

enum Rest.OAuthSignatureMethod

Description [src]

The signature method to use when signing method calls. PLAINTEXT is only recommended for testing, in general HMAC_SHA1 is well supported and more secure.

Members

PLAINTEXT

Plain text signatures (not recommended).

  • Value: 0
  • Available since: 1.0
HMAC_SHA1

HMAC-SHA1 signatures (recommended).

  • Value: 1
  • Available since: 1.0