//
pkg.gl
Category
github.com/prysmaticlabs/prysm
shared
httputils
authorizationmethod
package
1.4.4
Repository:
https://github.com/prysmaticlabs/prysm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
9 SLOC
#
Constants
Basic
Basic represents Basic Authentication.
Bearer
Bearer represents Bearer Authentication (token authentication).
None
None represents no authorization method.
#
Type aliases
AuthorizationMethod
AuthorizationMethod is an authorization method such as 'Basic' or 'Bearer'.