Module authentication

Module authentication 

Source
Expand description

Authentication-related protocol packets.

Structs§

Continue
A continue packet potentially sent as part of an authentication session.
ContinueFlags
Flags to send as part of an authentication continue packet.
DataTooLong
An error indicating that the provided supplementary authentication was too long to fit in a packet.
PacketData
Supplementary authentication data included in an authentication start packet.
Reply
An authentication reply packet received from a server.
ReplyFlags
Flags received in an authentication reply packet.
ReplyOwnedstd
An authentication reply packet with owned fields.
Start
An authentication start packet, used to initiate an authentication session.

Enums§

Action
The authentication action, as indicated upon initiation of an authentication session.
BadStart
Error returned when attempting to construct an invalid start packet body.
Status
The authentication status, as returned by a TACACS+ server.