@procivis/react-native-one-core
    Preparing search index...

    Interface CredentialListItem

    interface CredentialListItem {
        createdDate: string;
        id: string;
        issuanceDate?: string;
        issuer?: string;
        lastModified: string;
        profile?: string;
        protocol: string;
        revocationDate?: string;
        role: CredentialRole;
        schema: CredentialSchemaListItem;
        state: CredentialState;
        suspendEndDate?: string;
    }
    Index

    Properties

    createdDate: string
    id: string
    issuanceDate?: string
    issuer?: string

    Credential issuer metadata.

    lastModified: string
    profile?: string

    Country profile associated with the credential.

    protocol: string

    Protocol used to issue the credential.

    revocationDate?: string

    The role the system has in relation to the credential. For example, if the system received the credential as a wallet this value will be HOLDER. If the system verified this credential during a presentation, this value will be VERIFIER.

    Schema of the credential.

    State representation of the credential in the system.

    suspendEndDate?: string

    Scheduled date for credential reactivation.