Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.19 KB

dbus_auth_anonymous.md

File metadata and controls

54 lines (31 loc) · 1.19 KB

Module dbus_auth_anonymous

Implements ANONYMOUS authentication.

Copyright (c) (C) 2014, Jean Parpaillon

Behaviours: dbus_auth.

Authors: Jean Parpaillon (jean.parpaillon@free.fr).

Description

See RFC 2245 for complete specification.

Function Index

challenge/2Not implemented: ANONYMOUS does not require challenge.
init/0Init ANONYMOUS mechanism.

Function Details

challenge/2


challenge(X1::binary(), X2::any()) -> {error, invalid_challenge}

Not implemented: ANONYMOUS does not require challenge

init/0


init() -> {ok, binary()}

Init ANONYMOUS mechanism