finalizeAuthorizationResponse
suspend fun finalizeAuthorizationResponse( request: RequestParametersFrom<AuthenticationRequestParameters>, clientMetadata: RelyingPartyMetadata?, credentialPresentation: CredentialPresentation, isCrossDeviceFlow: Boolean = false): KmmResult<Unit>(source)
Calls openId4VpHolder to finalize 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.