MutableBuilder

authn.frontend.authnJS.keratinAuthn.distSessionManagerMod$.SessionManager$.MutableBuilder
final implicit open class MutableBuilder[Self <: SessionManager](val x: Self) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

inline def setEndSession(value: () => Unit): Self
inline def setRefresh(value: () => Promise[Unit]): Self
inline def setRefreshAt(value: Any): Self
inline def setRestoreSession(value: () => Promise[Unit]): Self
inline def setScheduleRefresh(value: Any): Self
inline def setSessionToken(value: () => UndefOr[String]): Self
inline def setSetStore(value: SessionStore => Unit): Self
inline def setStore(value: Any): Self
inline def setTimeoutID(value: Any): Self
inline def setUpdate(value: String => Unit): Self

Concrete fields

val x: Self