NotSupported

class NotSupported(message: String = "WebAuthn is not supported on this platform", cause: Throwable? = null) : WebAuthnException

WebAuthn not supported error.

Constructors

Link copied to clipboard
constructor(message: String = "WebAuthn is not supported on this platform", cause: Throwable? = null)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String