MCPcopy
hub / github.com/ory/hydra / Add

Method Add

fosite/token/jwt/claims.go:11–11  ·  view source on GitHub ↗
(key string, value interface{})

Source from the content-addressed store, hash-verified

9type Mapper interface {
10 ToMap() map[string]interface{}
11 Add(key string, value interface{})
12 Get(key string) interface{}
13}
14

Implementers 3

Headersfosite/token/jwt/header.go
IDTokenClaimsfosite/token/jwt/claims_id_token.go
JWTClaimsfosite/token/jwt/claims_jwt.go

Calls

no outgoing calls

Tested by 15

makeOAuth2RequestFunction · 0.52
TestLogoutFlowsFunction · 0.52
TestRevokeFunction · 0.52
TestClientCredentialsFunction · 0.52