Function finishInteraction

  • Updates the oidcInteraction object with the necessary data in case a prompt gets updated.

    Parameters

    • oidcInteraction: Interaction

      Interaction to update.

    • result: AccountInteractionResults

      New data to add to the interaction.

    • mergeWithLastSubmission: boolean

      If this new data needs to be merged with already existing data in the interaction.

    Returns Promise<string>