wwWallet core documentation
    Preparing search index...

    Interface VpTokenSigner

    interface VpTokenSigner {
        encryptResponse?(
            response: PresentationResponse,
            presentation_request: PresentationRequest,
        ): Promise<string>;
        sign?(
            payload: Record<string, string[]>,
            presentation_request: PresentationRequest,
        ): Promise<string>;
    }
    Index

    Methods