impelement unit tests for the token Verifiers

This commit is contained in:
Tim Möhlmann 2023-03-03 18:44:33 +02:00
parent d41f4b5d21
commit 7b613c63eb
8 changed files with 786 additions and 7 deletions

View file

@ -18,8 +18,6 @@ type accessTokenVerifier struct {
maxAgeIAT time.Duration
offset time.Duration
supportedSignAlgs []string
maxAge time.Duration
acr oidc.ACRVerifier
keySet oidc.KeySet
}