Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Principal ¶
type Principal struct {
ID string `json:"id"`
Username string `json:"username"`
Icon string `json:"icon,omitempty"`
CASessionID string `json:"caSessionID,omitempty"`
}
Principal defines a user.
type Session ¶
type Session struct {
geo.GeoEntry
SessionID string `json:"session"`
State string `json:"state"`
FIDOKeyID string `json:"keyId"`
AAGUID string `json:"aaguid"`
UserID string `json:"userId"`
Username string `json:"username"`
Age string `json:"age"`
}
Session defines data describing an a11r session.
Click to show internal directories.
Click to hide internal directories.