Config

soidc.http4s.routes.TokenRefreshMiddleware.Config
final case class Config[F[_], H, C](_refresh: JwtRefresh[F, H, C], expirationGap: FiniteDuration, updateResponse: (Response[F], JWSDecoded[H, C]) => Response[F])

Attributes

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

Members list

Value members

Concrete methods

def appendResponseUpdate(f: (Response[F], JWSDecoded[H, C]) => Response[F]): Config[F, H, C]
def updateCookie(cookieName: String, cookieUri: Uri): Config[F, H, C]
def updateHeader(name: String): Config[F, H, C]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product