Implements ANONYMOUS authentication.
Copyright (c) (C) 2014, Jean Parpaillon
Behaviours: dbus_auth
.
Authors: Jean Parpaillon (jean.parpaillon@free.fr
).
See RFC 2245 for complete specification.
challenge/2 | Not implemented: ANONYMOUS does not require challenge. |
init/0 | Init ANONYMOUS mechanism. |
challenge(X1::binary(), X2::any()) -> {error, invalid_challenge}
Not implemented: ANONYMOUS does not require challenge
init() -> {ok, binary()}
Init ANONYMOUS mechanism