extract_jwt library
Classes
- ExtractJwt
- A class that contains functions to extract the JWT from a request
Constants
- authHeader → const String
- The name of the header that contains the JWT
Functions
-
parseHeader(
String header) → ({String? schema, String? value})? - Parses a header that contains a schema and a value
Typedefs
- ExtractJwtFunction = String? Function(StrategyRequest request)
- A function that extracts the JWT from a request