Type alias HandleRedirectCallbackResponse

HandleRedirectCallbackResponse: {
    result?: PresentationSessionResult;
    sessionId: string;
}

The response from the handleRedirectCallback function

Type declaration

  • Optional result?: PresentationSessionResult

    Contains the result of the presentation session if result is configured to be available in the front channel

  • sessionId: string

    Session identifier which can be used to fetch a presentation result via a back channel.

Generated using TypeDoc