Raw credentials extracted from an incoming HTTP request.
Produced by extractCredentials from the Authorization and apikey headers.
Authorization
apikey
extractCredentials
Bearer token from the Authorization: Bearer <token> header, or null if absent.
Authorization: Bearer <token>
null
API key from the apikey header, or null if absent.
Raw credentials extracted from an incoming HTTP request.
Produced by extractCredentials from the
Authorizationandapikeyheaders.See
extractCredentials