SessionManager

authn.frontend.authnJS.keratinAuthn.distSessionManagerMod$.SessionManager
See theSessionManager companion object
trait SessionManager extends StObject

Attributes

Companion
object
Graph
Supertypes
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all
Known subtypes
class default

Members list

Value members

Abstract methods

def endSession(): Unit
def refresh(): Promise[Unit]
def restoreSession(): Promise[Unit]
def sessionToken(): UndefOr[String]
def setStore(store: SessionStore): Unit
def update(id_token: String): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Abstract fields

var refreshAt: Any
var scheduleRefresh: Any
var store: Any
var timeoutID: Any