Package-level declarations

Types

Link copied to clipboard
typealias CertificateKey = String
Link copied to clipboard
Link copied to clipboard
typealias CertificateUrls = List<String>
Link copied to clipboard
class FailureToRefreshTokenException(message: String, cause: Throwable? = null)

Exception thrown when a token refresh fails. Could be caused by anything, including network errors, invalid credentials, etc.

Link copied to clipboard
interface SessionManager

Functions

Link copied to clipboard
fun <Error class: unknown class><out <Error class: unknown class>>.installAuth(bearerAuthProvider: <Error class: unknown class>)