basicAuthSchemeName top-level constant

String const basicAuthSchemeName

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

Implementation

const basicAuthSchemeName = 'Basic';