WebAuthn

data class WebAuthn(val factorId: String) : AuthenticationFactor

A WebAuthn (passkey) factor.

Constructors

Link copied to clipboard
constructor(factorId: String)

Properties

Link copied to clipboard
open override val factorId: String

The unique ID of the factor.