WebAuthnResponseException

class WebAuthnResponseException(val errorCode: ErrorCode, errorMessage: String?) : Exception

An Exception representation of AuthenticatorErrorResponse

Constructors

Link copied to clipboard
constructor(authenticatorErrorResponse: AuthenticatorErrorResponse)
constructor(errorCode: ErrorCode, errorMessage: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errorCode: ErrorCode
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Server error string representation of this error. Result to the Client Error outcome for WebAuthn Registration Node or WebAuthn Authentication Node

Link copied to clipboard
private fun toServerErrorCode(): String