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

Extensions for io.vertx.ext.auth.webauthn.WebAuthn

authenticateAwait

suspend fun WebAuthn.authenticateAwait(authInfo: WebAuthnCredentials): User
suspend fun WebAuthn.authenticateAwait(authInfo: JsonObject): User

createCredentialsOptionsAwait

suspend fun WebAuthn.createCredentialsOptionsAwait(user: JsonObject): JsonObject

Suspending version of method io.vertx.ext.auth.webauthn.WebAuthn.createCredentialsOptions

getCredentialsOptionsAwait

suspend fun WebAuthn.getCredentialsOptionsAwait(username: String?): JsonObject

Suspending version of method io.vertx.ext.auth.webauthn.WebAuthn.getCredentialsOptions