vertx / io.vertx.kotlin.ext.auth.webauthn

Package io.vertx.kotlin.ext.auth.webauthn

Functions

relayPartyOf

fun relayPartyOf(icon: String? = null, id: String? = null, name: String? = null): RelayParty

webAuthnCredentialsOf

fun webAuthnCredentialsOf(challenge: String? = null, username: String? = null, webauthn: JsonObject? = null): WebAuthnCredentials

webAuthnOptionsOf

fun webAuthnOptionsOf(attestation: Attestation? = null, authenticatorAttachment: AuthenticatorAttachment? = null, challengeLength: Int? = null, origin: String? = null, pubKeyCredParams: Iterable<String>? = null, relayParty: RelayParty? = null, requireResidentKey: Boolean? = null, timeout: Int? = null, transports: Iterable<String>? = null, userVerification: UserVerification? = null): WebAuthnOptions