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

    Interface CredentialConfigurationSupportedResponseBindingDto

    interface CredentialConfigurationSupportedResponseBindingDto {
        proofTypesSupported?: Record<
            string,
            OpenId4vciProofTypeSupportedBindingDto,
        >;
    }
    Index

    Properties

    proofTypesSupported?: Record<string, OpenId4vciProofTypeSupportedBindingDto>