Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/externalauth/externalauth.go:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
type
InvalidTokenError string
180
181
func
(e InvalidTokenError) Error() string {
182
return
string(e)
183
}
184
185
func
IsInvalidTokenError(err error) bool {
186
var
invalidTokenError InvalidTokenError
Callers
7
Update
Method · 0.45
TestUpdate
Function · 0.45
TestUpdate_LicenseRequiresTelemetry
Function · 0.45
TestRefreshToken
Function · 0.45
TestRevokeToken
Function · 0.45
TestConvertYAML
Function · 0.45
RefreshToken
Method · 0.45
Calls
no outgoing calls
Tested by
5
TestUpdate
Function · 0.36
TestUpdate_LicenseRequiresTelemetry
Function · 0.36
TestRefreshToken
Function · 0.36
TestRevokeToken
Function · 0.36
TestConvertYAML
Function · 0.36