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

    Interface IdentifierDidDetail

    interface IdentifierDidDetail {
        createdDate: string;
        deactivated: boolean;
        did: string;
        didMethod: string;
        didType: DidTypeEnum;
        id: string;
        keys: {
            assertionMethod: KeyListItem[];
            authentication: KeyListItem[];
            capabilityDelegation: KeyListItem[];
            capabilityInvocation: KeyListItem[];
            keyAgreement: KeyListItem[];
        };
        lastModified: string;
        name: string;
        organisationId: string;
    }
    Index

    Properties

    createdDate: string
    deactivated: boolean
    did: string
    didMethod: string
    didType: DidTypeEnum
    id: string
    keys: {
        assertionMethod: KeyListItem[];
        authentication: KeyListItem[];
        capabilityDelegation: KeyListItem[];
        capabilityInvocation: KeyListItem[];
        keyAgreement: KeyListItem[];
    }
    lastModified: string
    name: string
    organisationId: string