Package-level declarations

Types

Link copied to clipboard
Exception thrown when the user is trying to authenticate again.
Link copied to clipboard
open class ApiException(val statusCode: Int, val error: String, message: String?) : Exception

Base exception for all API exceptions. Constructs a new ApiException with specified status code, error and description.

Link copied to clipboard
Exception that is thrown when the user-entered credentials cause the authentication module to be authenticated to fail.
Link copied to clipboard
Exception that is thrown when the user's authentication session timed out and cause the authentication module to be authenticated to fail.
Link copied to clipboard
Exception that is thrown when the authorize failed
Link copied to clipboard
Exception that is thrown when server response with invalid-grant
Link copied to clipboard
Link copied to clipboard
Exception that is thrown when the user's suspendedId timed out and cause the authentication module to be authenticated to fail.
Link copied to clipboard
Exception that is thrown when the webauthn registration or authentication failed
Link copied to clipboard
class WebAuthnResponseException(val errorCode: ErrorCode, errorMessage: String?) : Exception

An Exception representation of AuthenticatorErrorResponse