Skip to content

Commit

Permalink
Update OpenId4vpManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaioannou committed Nov 27, 2023
1 parent f80ead2 commit 635f6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class OpenId4vpManager(
authorizationEncryptionEncValuesSupported = listOf(EncryptionMethod.parse("A256GCM"))
)

private val siopOpenId4Vp = SiopOpenId4Vp.ktor(config)
private val siopOpenId4Vp = SiopOpenId4Vp(config)
private var transferEventListeners: MutableList<TransferEvent.Listener> = mutableListOf()
private var resolvedRequestObject: ResolvedRequestObject? = null

Expand Down

0 comments on commit 635f6ab

Please sign in to comment.