SingleSignOnManager

Functions

Link copied to clipboard
abstract fun clear()
Remove the stored Token and Cookies
Link copied to clipboard
abstract fun getCookies(): Collection<String>
Retrieve the Stored cookies
Link copied to clipboard
abstract fun getToken(): SSOToken
Retrieve the Token
Link copied to clipboard
abstract fun hasToken(): Boolean
Check if token exists in the storage.
Link copied to clipboard
Check if broadcast to other Apps in the SSO Group is enabled.
Link copied to clipboard
abstract fun persist(cookies: Collection<String>)
Persist the Cookies to storage
abstract fun persist(token: SSOToken)
Persist the Token to storage
Link copied to clipboard
abstract fun revoke(listener: FRListener<Void>)
Revoke the SSO Session