# Functions
GetAccessToken is used to fetch an access token from request context.
GetIsOAuth is used to fetch if used is auth from request context.
GetJWT is used to fetch a JWT token from request context.
No description provided by the author
# Constants
AccessToken is the key used to read an AccessToken value from a context.
IsOAuth is the key used to check if user is auth from a context.
JWT is the key used to read a JWT value from a context.
RequestedProject is the key used to check requested project from a context.
No description provided by the author
# Type aliases
Key is a special type used as a context key.