Package-level declarations

Types

Link copied to clipboard

Enum class for error codes returned by the Auth API.

Link copied to clipboard
open class AuthRestException(errorCode: String, val errorDescription: String, response: HttpResponse) : RestException

Base class for rest exceptions thrown by the Auth API.

Link copied to clipboard
class AuthSessionMissingException(response: HttpResponse) : AuthRestException

Exception thrown when a session is not found.

Link copied to clipboard
class AuthWeakPasswordException(description: String, response: HttpResponse, val reasons: List<String>) : AuthRestException

Exception thrown on sign-up if the password is too weak

Link copied to clipboard

An exception thrown when trying to perform a request that requires a valid session while no user is logged in.

Link copied to clipboard

Exception thrown when trying to make a request with an expired access token and the force-refresh failed.