interface HashStrategy
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default. |
|
interface MongoAuth : AuthProvider
An extension of AuthProvider which is using MongoClient as store |
|
open class MongoAuthOptionsConverter
Converter for io.vertx.ext.auth.mongo.MongoAuthOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.mongo.MongoAuthOptions original class using Vert.x codegen. |
open class AuthenticationException : RuntimeException
Signals an error inside the authentication process |