ParserKey

dev.profunktor.auth.ParserKey
object ParserKey

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParserKey.type

Members list

Value members

Concrete methods

def parsePrivateKey[F[_]](key: String, keyAlgo: String)(implicit F: ApplicativeThrow[F]): F[PrivateKey]
def parsePublicKey[F[_]](key: String, keyAlgo: String)(implicit F: ApplicativeThrow[F]): F[PublicKey]