kubernetes/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest/tokentest.go

type TokenAuthenticator

func New() *TokenAuthenticator {}

func (a *TokenAuthenticator) AuthenticateToken(ctx context.Context, value string) (*authenticator.Response, bool, error) {}