Uses of Class
io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
Packages that use TotpAuth
-
Uses of TotpAuth in io.vertx.mutiny.ext.auth.otp.totp
Fields in io.vertx.mutiny.ext.auth.otp.totp with type parameters of type TotpAuthMethods in io.vertx.mutiny.ext.auth.otp.totp that return TotpAuthModifier and TypeMethodDescriptionTotpAuth.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.TotpAuth.authenticatorFetcher(Function<String, io.smallrye.mutiny.Uni<io.vertx.ext.auth.otp.Authenticator>> fetcher) TotpAuth.authenticatorUpdater(Function<io.vertx.ext.auth.otp.Authenticator, io.smallrye.mutiny.Uni<Void>> updater) Provide aFunctionthat can update or insert aAuthenticator.static TotpAuthTotpAuth.create()Creates an instance of TotpAuth.static TotpAuthTotpAuth.create(io.vertx.ext.auth.otp.totp.TotpAuthOptions totpAuthOptions) Creates an instance of TotpAuth.TotpAuth.createAuthenticatorAndForget(String id, io.vertx.ext.auth.otp.OtpKey otpKey) Creating authenticator from user id and key.static TotpAuthTotpAuth.newInstance(io.vertx.ext.auth.otp.totp.TotpAuth delegate) Creates a new instance of theTotpAuth. -
Uses of TotpAuth in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type TotpAuthModifier and TypeMethodDescriptionstatic OtpAuthHandlerCreate a new instance of this handler using a time based one time password authentication provider.