bearerAuthSchemeName top-level constant

String const bearerAuthSchemeName

The name of the Bearer scheme for HTTP "authorization" headers. Note, the scheme name is case-insensitive and should be compared in a case-insensitive manner.

Implementation

const bearerAuthSchemeName = 'Bearer';