Type alias OnlinePresentationSession

OnlinePresentationSession: {
    matchedCredentials: {
        matchedCredentials: MobileCredentialMetadata[];
        request: MobileCredentialRequest;
    }[];
    sendResponse: ((options) => Promise<Result<SendOnlinePresentationResponseResult, SendOnlinePresentationResponseError>>);
    terminateSession: (() => Promise<void>);
    verifiedBy: OnlinePresentationSessionVerifiedBy;
}

Type declaration

Generated using TypeDoc