socks5d ~master (2019-03-03T23:36:27Z)
Dub
Repo
AuthMethodHandler
socks5d
auth
Undocumented in source.
interface
AuthMethodHandler {
AuthMethod
id
[@property getter];
bool
authenticate
(Client client);
}
Members
Functions
authenticate
bool
authenticate
(Client client)
Undocumented in source.
Properties
id
AuthMethod
id
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
socks5d
auth
classes
DefaultAuthManager
NoAuthMethodHandler
PlainAuthMethodHandler
interfaces
AuthManager
AuthMethodHandler
structs
AuthItem
AuthPacket
AuthStatusPacket
MethodIdentificationPacket
MethodSelectionPacket