uriSchemePresentment

suspend fun uriSchemePresentment(source: PresentmentSource, uri: String, origin: String?, httpClientEngineFactory: HttpClientEngineFactory<*>): String

Present credentials according to OpenID4VP 1.0 w/ URI schemes.

Return

the redirect URI, caller should open this in the user's default browser.

Parameters

source

the source of truth used for presentment.

uri

the referrer.

origin

the origin.

httpClientEngineFactory

a HttpClientEngineFactory.