Checks if the value of an HTTP Authorization header matches a specific scheme (e.g. Basic, Bearer, etc).
Name of the authorization scheme (case insensitive).
Optional
The value of the Authorization header (may be undefined).
True if the Authorization header uses the specified scheme, false otherwise.
Checks if the value of an HTTP Authorization header matches a specific scheme (e.g. Basic, Bearer, etc).