Type alias PresentationHiddenResult

PresentationHiddenResult: {
    sessionId: string;
}

The result of a hidden credential presentation request, retured when resultAvailableInFrontChannel is set to false in verifier's configuration

Type declaration

  • sessionId: string

Generated using TypeDoc