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

    Identifies a person responsible for an action.

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentials?: null | HashedUri[]

    List of references to W3C Verifiable Credentials.

    identifier?: null | string

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