MCPcopy Create free account
hub / github.com/cloudwan/gohan / KeystoneIdentity

Struct KeystoneIdentity

cloud/keystone.go:33–35  ·  view source on GitHub ↗

KeystoneIdentity middleware

Source from the content-addressed store, hash-verified

31
32//KeystoneIdentity middleware
33type KeystoneIdentity struct {
34 Client KeystoneClient
35}
36
37// VerifyToken verifies identity
38func (identity *KeystoneIdentity) VerifyToken(token string) (schema.Authorization, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected