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

    Interface CredentialDetail

    interface CredentialDetail {
        claims: Claim[];
        createdDate: string;
        holder?: IdentifierListItem;
        id: string;
        issuanceDate?: string;
        issuer?: IdentifierListItem;
        lastModified: string;
        mdocMsoValidity?: MdocMsoValidity;
        profile?: string;
        protocol: string;
        redirectUri?: string;
        revocationDate?: string;
        role: CredentialRole;
        schema: CredentialSchemaListItem;
        state: CredentialState;
        suspendEndDate?: string;
    }
    Index

    Properties

    claims: Claim[]
    createdDate: string

    Credential holder metadata.

    id: string
    issuanceDate?: string

    Credential issuer metadata.

    lastModified: string
    mdocMsoValidity?: MdocMsoValidity

    Validity details for ISO mdocs.

    profile?: string

    Country profile associated with the credential.

    protocol: string

    Protocol used to issue the credential.

    redirectUri?: string
    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.