MCPcopy Create free account
hub / github.com/brimdata/super / Error

Method Error

api/client/auth0/auth0.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (e *APIError) Error() string {
30 return fmt.Sprintf("auth0 error: %s: %s", e.Kind, e.ErrorDescription)
31}
32
33type DeviceCodeResponse struct {
34 DeviceCode string `json:"device_code"`

Callers 1

WriteErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected