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

    Interface IdentityDataProcessingConsentStatus

    interface IdentityDataProcessingConsentStatus {
        consented: boolean;
        consentedAtEpochMs?: number;
        consentWithdrawnAtEpochMs?: number;
        content?: string;
        contentType?: string;
        language?: string;
    }
    Index

    Properties

    consented: boolean
    consentedAtEpochMs?: number
    consentWithdrawnAtEpochMs?: number
    content?: string
    contentType?: string
    language?: string