# Functions
MapGetKey get a claim value inside a signed token.
MapGetUserID get user ID inside a signed token.
MapIsValid fully validate if the passed token is valid.
MapRetrieveClaims return the struct claims.
NewMapToken generate a new token.
NewStdToken generate a new token.
StdGetUserID get user ID inside a signed token.
StdIsValid fully validate if the passed token is valid.