wwWallet core documentation
    Preparing search index...

    Type Alias SendPresentationResponse

    type SendPresentationResponse = {
        data: { redirect_uri?: string };
        nextStep?: SendPresentationNextStep;
        protocol: SendPresentationProtocol;
    }
    Index

    Properties

    data: { redirect_uri?: string }
    nextStep?: SendPresentationNextStep
    protocol: SendPresentationProtocol