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

    Interface PresentationDefinitionRequestedCredential

    interface PresentationDefinitionRequestedCredential {
        applicableCredentials: string[];
        fields: PresentationDefinitionField[];
        id: string;
        inapplicableCredentials: string[];
        multiple?: boolean;
        name?: string;
        purpose?: string;
        validityCredentialNbf?: string;
    }
    Index

    Properties

    applicableCredentials: string[]
    id: string
    inapplicableCredentials: string[]
    multiple?: boolean
    name?: string
    purpose?: string
    validityCredentialNbf?: string