freeboard
    Preparing search index...
    type EncryptedSecretPayload = {
        algorithm: string;
        keyId: string;
        iv: string;
        ciphertext: string;
        authTag: string;
    }
    Index

    Properties

    algorithm: string
    keyId: string
    iv: string
    ciphertext: string
    authTag: string