Compat test

This commit is contained in:
Christian Banse 2022-08-28 11:48:19 +02:00
parent 5735b9c09c
commit cc30155791
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ type Claims interface {
GetNotBefore() *NumericDate GetNotBefore() *NumericDate
GetIssuer() string GetIssuer() string
GetAudience() ClaimStrings GetAudience() ClaimStrings
Valid() bool
} }