Axinom Mosaic Libraries
    Preparing search index...

    Represents the response for a Native Cookie Decrypt Response

    interface DecryptNativeCookieResponse {
        code: DecryptNativeCookieResponseCode;
        decryptedCookie?: string;
        message?: string;
    }
    Index

    Properties

    decryptedCookie?: string
    message?: string