# Functions

GetAccountID retrieves the account id for the current user from the token.
GetAccountName retrieves the account name for the current user.
IsTokenValid checks if the token is still valid.
ParseTokenClaims parses a token from a string.

# Structs

ClaimSet is the auth token claim set type.
Hasura holds the hasura configuration.
Token describes a JSON Web Token.