Type alias RequestCredentialsResponse

RequestCredentialsResponse: {
    result?: PresentationSessionResult;
    sessionCompletedInRedirect?: boolean;
    sessionId: string;
}

The response from the requestCredentials function when credentials were requested with OpenId4vp

Type declaration

  • Optional result?: PresentationSessionResult

    Contains the result of the presentation session if the associated MATTR VII verifier application is configured to return results to the front channel (frontChannelResultAvailable set to true).

  • Optional sessionCompletedInRedirect?: boolean

    Indicates that session is completed and the flow will continue on the redirected page

  • sessionId: string

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

Generated using TypeDoc