Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rilldata/rill
/ internalServerError
Function
internalServerError
admin/server/auth/device_code.go:258–260 ·
view source on GitHub ↗
(w http.ResponseWriter, err error)
Source
from the content-addressed store, hash-verified
256
}
257
258
func
internalServerError(w http.ResponseWriter, err error) {
259
http.Error(w, err.Error(), http.StatusInternalServerError)
260
}
Callers
11
handleAuthorizeRequest
Method · 0.85
getAccessToken
Method · 0.85
handleDeviceCodeRequest
Method · 0.85
handleUserCodeConfirmation
Method · 0.85
getAccessTokenForDeviceCode
Method · 0.85
handlePKCE
Method · 0.85
getAccessTokenForAuthorizationCode
Method · 0.85
getAccessTokenForRefreshToken
Method · 0.85
handleOAuthProtectedResourceMetadata
Method · 0.85
handleOAuthAuthorizationServerMetadata
Method · 0.85
handleOAuthRegister
Method · 0.85
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected