freeboard
    Preparing search index...

    Type Alias EncryptedSecretPayload

    type EncryptedSecretPayload = {
        algorithm: string;
        keyId: string;
        iv: string;
        ciphertext: string;
        authTag: string;
    }
    Index
    algorithm: string
    keyId: string
    iv: string
    ciphertext: string
    authTag: string