BREAKING change. The following types are changed from interface to struct type: - AccessTokenClaims - IDTokenClaims - IntrospectionResponse - UserInfo and related types. The following methods of OPStorage now take a pointer to a struct type, instead of an interface: - SetUserinfoFromScopes - SetUserinfoFromToken - SetIntrospectionFromToken The following functions are now generic, so that type-safe extension of Claims is now possible: - op.VerifyIDTokenHint - op.VerifyAccessToken - rp.VerifyTokens - rp.VerifyIDToken |
||
---|---|---|
.. | ||
authorizer.mock.go | ||
authorizer.mock.impl.go | ||
client.go | ||
client.mock.go | ||
configuration.mock.go | ||
discovery.mock.go | ||
generate.go | ||
key.mock.go | ||
signer.mock.go | ||
storage.mock.go | ||
storage.mock.impl.go |