Jwt

gcp4s.auth.Jwt
See theJwt companion object
sealed trait Jwt[F[_]]

Attributes

Companion:
object
Source:
Jwt.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def sign[A](payload: A, audience: String, issuer: String, expiresIn: FiniteDuration, privateKey: ByteVector)(using evidence$2: AsObject[A]): F[String]

Attributes

Source:
Jwt.scala