zitadel-oidc/pkg/client/rp
Tim Möhlmann 85bd99873d refactor: use struct types for claim related types
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
2023-03-02 16:46:04 +02:00
..
cli feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
mock rp/mock: update go generate package and type 2023-02-17 14:48:14 +02:00
delegation.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
device.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
jwks.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
relying_party.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
tockenexchange.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
verifier.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00