package bearertoken
import "k8s.io/apiserver/pkg/authentication/request/bearertoken"
Index ¶
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func New ¶
func New(auth authenticator.Token) *Authenticator
func (*Authenticator) AuthenticateRequest ¶
func (a *Authenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)
Source Files ¶
bearertoken.go
- Version
- v0.20.2-rc.0
- Published
- Dec 18, 2020
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 18 minutes ago –
Tools for package owners.