@idkollen/client
    Preparing search index...

    Interface BankIdNoSignedDocument

    A signed document reference returned in a completed BankID NO sign session.

    interface BankIdNoSignedDocument {
        hash: string;
        id: string;
    }
    Index

    Properties

    Properties

    hash: string

    SHA hash of the signed PDF.

    id: string

    Document UUID matching the uploaded document.