# Functions
NewHandlers creates a new Handlers instance.
NewOauthState creates a new OauthState instance from the string representation provided.
# Constants
#nosec.
#nosec.
SessionApprovedHeader represents the header used to indicate a client if a session is approved or not.
# Structs
Handlers represents a group of http handlers in charge of handling users operations.
OauthState represents the state of an oauth authorization session, used to increase the security of the process and to restore the state of the application.