module LavinMQ::User::Password

Direct including types

Defined in:

lavinmq/password.cr

Instance Method Summary

Instance Method Detail

abstract def hash_algorithm : String #

[View source]
abstract def verify(password : Bytes) : Bool #

[View source]
def verify(password : String) : Bool #

[View source]