github.com/resonatecoop/id@v1.1.0-43/oauth/tokentypes/tokentypes.go (about)

     1  package tokentypes
     2  
     3  // Bearer is the default type of generated tokens.
     4  const Bearer = "Bearer"