Packages

package oauth

Type Members

  1. class ConsumerKey extends AnyRef

    Value class for OAuth consumer keys.

  2. class OAuthSignatureCalculatorInstance extends AnyRef

    Supports most common signature inclusion and calculation methods: HMAC-SHA1 for calculation, and Header inclusion as inclusion method.

    Supports most common signature inclusion and calculation methods: HMAC-SHA1 for calculation, and Header inclusion as inclusion method. Nonce generation uses simple random numbers with base64 encoding.

  3. class RequestToken extends AnyRef

    Value class used for OAuth tokens (request secret, access secret); simple container with two parts, public id part ("key") and confidential ("secret") part.

Ungrouped