# Functions
BearerTokenFromCookie extracts a bearer token from cookies.
BearerTokenFromHeader extracts a bearer token from Authorization request header.
LoadBearerToken returns a bearer token stored in the context given (if it's present there).
StoreBearerToken extracts a bearer token from the header or cookie and stores it in the request context.