HmacSha256

An implementation of the HMAC-SHA256 oauth signature method.

This uses the HmacSHA256 implementation which every java platform is required to have.

Source:
SignatureAlgorithm.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields