Extracts the JWT from the headers
static String? Function(StrategyRequest request) fromHeaders( String headerName) { return (request) => request.headers[headerName]; }