Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zitadel/oidc
/ Error
Method
Error
pkg/op/error.go:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
func
(e StatusError) Error() string {
159
return
fmt.Sprintf(
"%s: %s"
, http.StatusText(e.statusCode), e.parent.Error())
160
}
161
162
func
(e StatusError) Unwrap() error {
163
return
e.parent
Callers
15
RevocationError
Function · 0.45
TestParseDeviceCodeRequest
Function · 0.45
TestCreateDeviceTokenResponse
Function · 0.45
Introspect
Function · 0.45
TestValidateAuthReqRedirectURI
Function · 0.45
Test_parseAuthorizeCallbackRequest
Function · 0.45
TestBuildAuthResponseCodeResponsePayload
Function · 0.45
TestBuildAuthResponseCallbackURL
Function · 0.45
Readiness
Function · 0.45
TestVerifyAccessToken
Function · 0.45
TestValidateEndSessionPostLogoutRedirectURI
Function · 0.45
EndSession
Function · 0.45
Calls
no outgoing calls
Tested by
9
TestParseDeviceCodeRequest
Function · 0.36
TestCreateDeviceTokenResponse
Function · 0.36
TestValidateAuthReqRedirectURI
Function · 0.36
Test_parseAuthorizeCallbackRequest
Function · 0.36
TestBuildAuthResponseCodeResponsePayload
Function · 0.36
TestBuildAuthResponseCallbackURL
Function · 0.36
TestVerifyAccessToken
Function · 0.36
TestValidateEndSessionPostLogoutRedirectURI
Function · 0.36
TestClientIDFromRequest
Function · 0.36