Types
Credentials
Link copied to clipboard
PartialUser
Link copied to clipboard
data class PartialUser(id: String,name: String,isAdmin: Boolean,password: String?)
Content copied to clipboard
Purchase
Link copied to clipboard
Token
Link copied to clipboard
UserListEntry
Link copied to clipboard
UserProfile
Link copied to clipboard
Functions
andThen
Link copied to clipboard
asDomainUser
Link copied to clipboard
asProfile
Link copied to clipboard
asUserListEntry
Link copied to clipboard
map
Link copied to clipboard
mapFailureStatus
Link copied to clipboard
suspend fun <T : Any> Result<T>.mapFailureStatus(transformation: SuspendFunction1<HttpStatusCode, HttpStatusCode>): Result<T>
Content copied to clipboard
withResult
Link copied to clipboard
suspend fun <T : Any> Result<T>.withResult(consumer: SuspendFunction1<T, Unit>): Result<T>
Content copied to clipboard