docs.go raw

   1  // Package bearer provides middleware and utilities for authenticating API
   2  // operation calls with a Bearer Token.
   3  package bearer
   4