MCPcopy Index your code
hub / github.com/koding/kite / DisableAuthentication

Method DisableAuthentication

method.go:96–99  ·  view source on GitHub ↗

DisableAuthentication disables authentication check for this method.

()

Source from the content-addressed store, hash-verified

94
95// DisableAuthentication disables authentication check for this method.
96func (m *Method) DisableAuthentication() *Method {
97 m.authenticate = false
98 return m
99}
100
101// Throttle throttles the method for each incoming request. The throttle
102// algorithm is based on token bucket implementation:

Callers 3

addDefaultHandlersMethod · 0.80
NewFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected