class Auth
- Auth
- Reference
- Object
Defined in:
auth.crConstructors
Instance Method Summary
- #authenticate(username : String, password : String) : Bool
- #authorize(username : String, clientid : String, method : String, topic : String, ipaddress : String) : Bool
Constructor Detail
Instance Method Detail
def authorize(username : String, clientid : String, method : String, topic : String, ipaddress : String) : Bool
#