Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { // ID is the unique identifier of the authenticated user. ID uuid.UUID // Username is the username of the authenticated user. Username string // Token is the authentication token issued to the authenticated user. Token string }
Result represents the result of a successful authentication.
Click to show internal directories.
Click to hide internal directories.