Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/hydra
/ GetID
Method
GetID
client/client.go:591–591 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
589
}
590
591
type
IDer
interface
{ GetID() string }
592
593
func
CookieSuffix(client IDer) string {
594
return
strconv.Itoa(int(murmur3.Sum32([]byte(client.GetID()))))
Callers
15
createOAuth2Client
Method · 0.65
createOidcDynamicClient
Method · 0.65
setOidcDynamicClient
Method · 0.65
getOidcDynamicClient
Method · 0.65
deleteOidcDynamicClient
Method · 0.65
TestValidate
Function · 0.65
TestHelperClientAuthenticate
Function · 0.65
TestHelperCreateGetUpdateDeleteClientNext
Function · 0.65
TestHelperCreateGetUpdateDeleteClient
Function · 0.65
compare
Function · 0.65
TestHandler
Function · 0.65
CookieSuffix
Function · 0.65
Implementers
11
Client
client/client.go
Request
fosite/request.go
DefaultClient
fosite/client.go
MockAccessRequester
fosite/internal/access_request.go
MockAccessRequesterMockRecorder
fosite/internal/access_request.go
MockRequester
fosite/internal/request.go
MockRequesterMockRecorder
fosite/internal/request.go
MockClient
fosite/internal/client.go
MockClientMockRecorder
fosite/internal/client.go
MockAuthorizeRequester
fosite/internal/authorize_request.go
MockAuthorizeRequesterMockRecorder
fosite/internal/authorize_request.go
Calls
no outgoing calls
Tested by
15
TestValidate
Function · 0.52
TestHelperClientAuthenticate
Function · 0.52
TestHelperCreateGetUpdateDeleteClientNext
Function · 0.52
TestHelperCreateGetUpdateDeleteClient
Function · 0.52
TestHandler
Function · 0.52
makeOAuth2Request
Function · 0.52
makeOAuth2DeviceAuthRequest
Function · 0.52
makeOAuth2DeviceVerificationRequest
Function · 0.52
TestLogoutFlows
Function · 0.52
TestClientCredentials
Function · 0.52
acceptLoginHandler
Function · 0.52
acceptConsentHandler
Function · 0.52