finalizeAuthorizationResponse
suspend fun finalizeAuthorizationResponse(request: RequestParametersFrom<AuthenticationRequestParameters>, preparationState: AuthorizationResponsePreparationState, inputDescriptorSubmission: Map<String, CredentialSubmission>): KmmResult<Unit>(source)
Calls oidcSiopWallet 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.