LocalFlow

soidc.core.LocalFlow
See theLocalFlow companion trait
object LocalFlow

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LocalFlow.type

Members list

Type members

Classlikes

final case class Config(issuer: StringOrUri, secretKey: JWK, sessionValidTime: FiniteDuration)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_], H, C](cfg: Config)(using evidence$1: Clock[F], evidence$2: MonadThrow[F], StandardHeaderRead[H], StandardHeaderWrite[H], StandardClaimsRead[C], StandardClaimsWrite[C], ByteEncoder[H], ByteEncoder[C]): LocalFlow[F, H, C]