eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
18 stars 8 forks source link

Keep track of the access and refresh token expiration #256

Closed babisRoutis closed 3 months ago

babisRoutis commented 3 months ago

Currently AuthorizedRequest which keeps track of the access and refresh token doesn't keep the expiration information of those tokens, that can be reported via token endpoint response.

It would be useful to include these two expiration times.