virc.ircv3.sasl

SASL support module

Members

Classes

SASLExternal
class SASLExternal

EXTERNAL SASL mechanism support. For authentication based on other network layers, such as TLS or IPSec.

SASLPlain
class SASLPlain

PLAIN SASL mechanism support. For authentication with plaintext username(s) and password combination.

Interfaces

SASLMechanism
interface SASLMechanism

Interface for SASL authentication mechanisms.

Meta