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

TokenResponse expires_in property should be optional #196

Closed ydanneg closed 5 months ago

ydanneg commented 5 months ago

expires_in should be nullable https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-openid4vci-kt/blob/31bd5d31a06340b3f1663643110aecd699930f56/src/main/kotlin/eu/europa/ec/eudi/openid4vci/internal/AuthorizationServerClient.kt#L86

ref: https://www.rfc-editor.org/rfc/rfc6749.html#section-4.2.2

babisRoutis commented 5 months ago

@ydanneg Thanks