zitadel-oidc/pkg/oidc
Livio Amstutz 1518c843de
feat: token introspection (#83)
* introspect

* introspect and client assertion

* introspect and client assertion

* scopes

* token introspection

* introspect

* refactoring

* fixes

* clenaup

* Update example/internal/mock/storage.go

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>

* clenaup

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2021-02-15 13:43:50 +01:00
..
grants feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
authorization.go refactoring 2020-09-25 16:41:25 +02:00
code_challenge.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
discovery.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
introspection.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
jwt_profile.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
keyset.go refactoring 2020-09-28 08:14:10 +02:00
session.go refactoring 2020-09-28 08:14:10 +02:00
token.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
token_request.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
types.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
types_test.go fix tests 2020-09-28 15:06:14 +02:00
userinfo.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
verifier.go refactoring 2020-09-25 16:41:25 +02:00