This module defines the kpro_auth_backend behaviour.
Required callback functions: auth/7.
Optional callback functions: auth/6.
server_auth_response() = term()
| auth/8 |
auth(CallbackModule::atom(), Host::string(), Sock::gen_tcp:socket() | ssl:sslsocket(), HandShakeVsn::non_neg_integer(), Mod::gen_tcp | ssl, ClientName::binary(), Timeout::pos_integer(), SaslOpts::term()) -> ok | {ok, server_auth_response()} | {error, Reason::term()}
Generated by EDoc