virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
SASLMechanism
virc
ircv3
sasl
Interface for SASL authentication mechanisms.
interface
SASLMechanism {
string
name
();
bool
empty
();
string
front
();
void
popFront
();
void
put
(string );
}
Members
Functions
empty
bool
empty
()
front
string
front
()
name
string
name
()
popFront
void
popFront
()
put
void
put
(string )
Meta
Source
See Implementation
virc
ircv3
sasl
classes
SASLExternal
SASLPlain
interfaces
SASLMechanism
Interface for SASL authentication mechanisms.