Package-level declarations
Types
Link copied to clipboard
data class AuthTokenEntity(val userId: UserIDEntity, val accessToken: String, val refreshToken: String, val tokenType: String, val cookieLabel: String?)
Link copied to clipboard
interface AuthTokenStorage
Link copied to clipboard
Link copied to clipboard
interface ClientRegistrationStorage
Link copied to clipboard
Link copied to clipboard
interface LastRetrievedNotificationEventStorage
Link copied to clipboard
internal class LastRetrievedNotificationEventStorageImpl(kaliumPreferences: KaliumPreferences) : LastRetrievedNotificationEventStorage
Link copied to clipboard
data class NotificationTokenEntity(val token: String, val transport: String, val applicationId: String)
Link copied to clipboard
Link copied to clipboard
interface TokenStorage
Link copied to clipboard