Type alias PresentationHiddenResult

PresentationHiddenResult: {
    sessionId: string;
}

The result of a hidden credential presentation request, return when use with resultAvailableInFrontChannel: false as verifier's configuration

Type declaration

  • sessionId: string

Generated using TypeDoc