MCPcopy Index your code
hub / github.com/coder/coder / InvalidTokenError

TypeAlias InvalidTokenError

coderd/externalauth/externalauth.go:179–179  ·  view source on GitHub ↗

InvalidTokenError is a case where the "RefreshToken" failed to complete as a result of invalid credentials. Error contains the reason of the failure.

Source from the content-addressed store, hash-verified

177// InvalidTokenError is a case where the "RefreshToken" failed to complete
178// as a result of invalid credentials. Error contains the reason of the failure.
179type InvalidTokenError string
180
181func (e InvalidTokenError) Error() string {
182 return string(e)

Callers 1

RefreshTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected