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

    Interface PresentationDefinitionV2ClaimBindingDto

    interface PresentationDefinitionV2ClaimBindingDto {
        path: string;
        required: boolean;
        schema: CredentialClaimSchemaBindingDto;
        userSelection: boolean;
        value: PresentationDefinitionV2ClaimValueBindingDto;
    }
    Index

    Properties

    path: string
    required: boolean
    userSelection: boolean