Input data that will be handled if it can be handled.
A promise resolving if the input can be handled, rejecting with an Error if not. Return value depends on the given type.
Calls the renderHandler to render using the given response and props.
details
typed as any since the interactionDetails
output typings are not exposed.
Handles an IDP interaction route. All routes need to extract interaction details to render the UI and accept a POST request to do some action.