Module auth

Source

Structs§

NoAuth
No authentication as the socks5 handshake method.
UserKeyAuth
Username and password as the socks5 handshake method.

Traits§

AuthExecutor
This trait is for defining the socks5 authentication method.

Type Aliases§

AuthAdaptor