startPresentation
suspend fun startPresentation(request: RequestParametersFrom<AuthenticationRequestParameters>): KmmResult<Unit>(source)
Calls oidcSiopWallet to create the authentication response. In case the result shall be POSTed to the verifier, we call client to do that, and optionally openUrlExternally with the redirect_uri
of that POST. In case the result shall be sent as a redirect to the verifier, we call openUrlExternally.