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