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