github.com/RichardKnop/Go-oauth2-server@v1.0.1/oauth/tokentypes/tokentypes.go (about) 1 package tokentypes 2 3 // Bearer is the default type of generated tokens. 4 const Bearer = "Bearer"