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

    Interface PresentationSubmitV2CredentialRequest

    interface PresentationSubmitV2CredentialRequest {
        credentialId: string;
        userSelections: string[];
    }
    Index

    Properties

    credentialId: string

    ID of the credential to submit.

    userSelections: string[]

    Array of claim paths for claims where userSelection: true that the holder chooses to share. Only include paths for optional claims the holder selects. Omit entirely or use an empty array if withholding all optional claims.