MCPcopy Create free account
hub / github.com/auth0/auth0-cli / IntervalDuration

Method IntervalDuration

internal/auth/auth.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (s *State) IntervalDuration() time.Duration {
53 return time.Duration(s.Interval+waitThresholdInSeconds) * time.Second
54}
55
56var credentials = &Credentials{
57 Audience: "https://*.auth0.com/api/v2/",

Callers 2

WaitUntilUserLogsInFunction · 0.80
TestGetDeviceCodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGetDeviceCodeFunction · 0.64