@contentauth/c2pa-js
    Preparing search index...

    Identifies a person responsible for an action.

    interface Actor {
        credentials?: HashedUri[] | null;
        identifier?: string | null;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentials?: HashedUri[] | null

    List of references to W3C Verifiable Credentials.

    identifier?: string | null

    An identifier for a human actor, used when the "type" is humanEntry.identified.