fun authenticatorOf(counter: Long? = null, credID: String? = null, publicKey: String? = null, type: String? = null, userName: String? = null): Authenticator
A function providing a DSL for building io.vertx.ext.auth.webauthn.Authenticator objects. |
|
fun relyingPartyOf(icon: String? = null, id: String? = null, name: String? = null): RelyingParty
A function providing a DSL for building io.vertx.ext.auth.webauthn.RelyingParty objects. |
|
fun webAuthnCredentialsOf(challenge: String? = null, domain: String? = null, origin: String? = null, username: String? = null, webauthn: JsonObject? = null): WebAuthnCredentials |
|
fun webAuthnOptionsOf(attestation: Attestation? = null, authenticatorAttachment: AuthenticatorAttachment? = null, challengeLength: Int? = null, extensions: JsonObject? = null, pubKeyCredParams: Iterable<PublicKeyCredential>? = null, relyingParty: RelyingParty? = null, requireResidentKey: Boolean? = null, rootCertificates: Map<String, String>? = null, rootCrls: Iterable<String>? = null, timeout: Long? = null, transports: Iterable<AuthenticatorTransport>? = null, userVerification: UserVerification? = null): WebAuthnOptions
A function providing a DSL for building io.vertx.ext.auth.webauthn.WebAuthnOptions objects. |