@sudoplatform/sudo-secure-id-verification
    Preparing search index...

    Interface IdDocumentCaptureInitiationInfo

    Type to hold information client can use to initiate document capture using a web based method.

    interface IdDocumentCaptureInitiationInfo {
        documentCaptureUrl: string;
        expiryAtEpochSeconds: number;
    }
    Index

    Properties

    documentCaptureUrl: string

    URL used to capture ID document images.

    expiryAtEpochSeconds: number

    Time when the capture URL ceases to be usable.