tutti-api - v2.1.0
    Preparing search index...

    Interface CaptchaChallenge

    interface CaptchaChallenge {
        contentType: string;
        data: Uint8Array;
        dataUri: string;
    }
    Index

    Properties

    contentType: string

    MIME type, e.g. "image/svg+xml".

    data: Uint8Array

    Decoded image bytes.

    dataUri: string

    Original data: URI as found on the login page.