abstract class LavinMQ::Auth::Authenticator

Direct Known Subclasses

Defined in:

lavinmq/auth/authenticator.cr

Constant Summary

Log = LavinMQ::Log.for("auth.handler")

Instance Method Summary

Instance Method Detail

abstract def authenticate(username : String, password : Bytes) : User | Nil #

[View source]
def authenticate(username : String, password : String) : User | Nil #

[View source]