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