WebAuthnOptions

io.vertx.scala.ext.auth.webauthn.`package`.WebAuthnOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): WebAuthnOptions
def apply(attestation: Attestation, authenticatorAttachment: AuthenticatorAttachment, challengeLength: Integer, extensions: JsonObject, pubKeyCredParams: List[PublicKeyCredential], relyingParty: RelyingParty, requireResidentKey: Boolean, rootCertificates: Map[String, String], rootCrls: List[String], timeoutInMilliseconds: Long, transports: List[AuthenticatorTransport], userVerification: UserVerification): WebAuthnOptions