zitadel-oidc/pkg/client
Thomas Hipp e6e3835362
chore: replace interface{} with any (#448)
This PR replaces all occurances of interface{} with any to be consistent and improve readability.

* example: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/client: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/crypto: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/http: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/oidc: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/op: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

---------

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
2023-10-12 12:41:04 +03:00
..
profile feat: rp.RefreshAccessToken() now may provide an updated IDToken (#365) 2023-04-13 16:37:50 +03:00
rp feat: delete PKCE cookie after code exchange (#419) 2023-08-14 18:14:24 +03:00
rs chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
tokenexchange chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
client.go chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
client_test.go fix: don't error on invalid i18n tags in discovery (#407) 2023-06-09 16:31:44 +02:00
integration_test.go feat: coverage prompt=none, response_mode=fragment (#385) 2023-05-03 12:56:47 +02:00
jwt_profile.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
key.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00