Skip to content

Commit

Permalink
fix: ios build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chsavvaidis committed Feb 4, 2025
1 parent 0ec93bc commit ec34186
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import id.walt.oid4vc.data.OpenIDProviderMetadata
import id.walt.oid4vc.data.dif.DescriptorMapping
import id.walt.oid4vc.data.dif.PresentationDefinition
import id.walt.oid4vc.data.dif.PresentationSubmission
import id.walt.oid4vc.data.dif.VCFormat
import id.walt.credentials.utils.VCFormat
import id.walt.oid4vc.errors.PresentationError
import id.walt.oid4vc.interfaces.PresentationResult
import id.walt.oid4vc.interfaces.SimpleHttpResponse
Expand Down Expand Up @@ -358,7 +358,7 @@ internal class TestCredentialWallet(
}

override val metadata: OpenIDProviderMetadata
get() = createDefaultProviderMetadata()
get() = createDefaultProviderMetadata() as OpenIDProviderMetadata.Draft13

override fun getSession(id: String) = sessionCache[id]
override fun getSessionByAuthServerState(authServerState: String): SIOPSession? {
Expand Down

0 comments on commit ec34186

Please sign in to comment.