suspend fun WebAuthn.authenticateAwait(authInfo: WebAuthnCredentials): User suspend fun WebAuthn.authenticateAwait(authInfo: JsonObject): User |
|
suspend fun WebAuthn.createCredentialsOptionsAwait(user: JsonObject): JsonObject
Suspending version of method io.vertx.ext.auth.webauthn.WebAuthn.createCredentialsOptions |
|
suspend fun WebAuthn.getCredentialsOptionsAwait(username: String?): JsonObject
Suspending version of method io.vertx.ext.auth.webauthn.WebAuthn.getCredentialsOptions |