eu-digital-identity-wallet / eudi-lib-ios-openid4vci-swift

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Swift
Apache License 2.0
6 stars 7 forks source link

Feature/access token updates #62

Closed dtsiflit closed 1 month ago

dtsiflit commented 1 month ago

In order to check whether an access_token and/or refresh_token is still good to be used (not expired), we must keep track of the time in point that those two tokens were issued

dtsiflit commented 1 month ago

Addresses #61