SignatureAlgorithm

Implementations for Oauth1 signatures.

Companion:
object
Source:
SignatureAlgorithm.scala
class Object
trait Matchable
class Any
object HmacSha1.type
object HmacSha256.type
object HmacSha512.type

Value members

Abstract methods

def generate[F[_] : Async](input: String, secretKey: String): F[String]

Apply the implementation's algorithm to the input

Apply the implementation's algorithm to the input

Value parameters:
input

The input value

secretKey

The secret key

Returns:

The base64-encoded output

Source:
SignatureAlgorithm.scala
Returns:

The signature method name per the oauth1.0 spec

Source:
SignatureAlgorithm.scala